Skip to content

Commit

Permalink
Fix wide docstring warnings
Browse files Browse the repository at this point in the history
* lisp/ob-core.el (org-babel-expand-noweb-references--cache-buffer):
* lisp/org-src.el (org-edit-comment-block): Update docstrings.
  • Loading branch information
yantar92 committed Aug 20, 2022
1 parent b4e41b9 commit 8eb3f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lisp/ob-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,8 @@ CONTEXT may be one of :tangle, :export or :eval."
(defvar org-babel-expand-noweb-references--cache nil
"Noweb reference cache used during expansion.")
(defvar org-babel-expand-noweb-references--cache-buffer nil
"Cons of (buffer . modified-tick) cached by `org-babel-expand-noweb-references--cache'.")
"Cons (buffer . modified-tick) for cached noweb references.
See `org-babel-expand-noweb-references--cache'.")
(defun org-babel-expand-noweb-references (&optional info parent-buffer)
"Expand Noweb references in the body of the current source code block.
Expand Down
4 changes: 2 additions & 2 deletions lisp/org-src.el
Original file line number Diff line number Diff line change
Expand Up @@ -1201,8 +1201,8 @@ Throw an error when not at an export block."
A new buffer is created and the block is copied into it, and the
buffer is switched into Org mode.
When done, exit with `\\[org-edit-src-exit]'. The edited text \
will then replace the area in the Org mode buffer.
When done, exit with `\\[org-edit-src-exit]'. The edited text will
then replace the area in the Org mode buffer.
Throw an error when not at a comment block."
(interactive)
Expand Down

0 comments on commit 8eb3f93

Please sign in to comment.