Selaa lähdekoodia

Fix wide docstring warnings

* lisp/ob-core.el (org-babel-expand-noweb-references--cache-buffer):
* lisp/org-src.el (org-edit-comment-block): Update docstrings.
Ihor Radchenko 2 vuotta sitten
vanhempi
commit
8eb3f93748
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 2 1
      lisp/ob-core.el
  2. 2 2
      lisp/org-src.el

+ 2 - 1
lisp/ob-core.el

@@ -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.
 

+ 2 - 2
lisp/org-src.el

@@ -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)