summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-07-11 19:33:29 +0200
committerBastien Guerry <bzg@altern.org>2012-07-11 19:33:29 +0200
commitafe5eb140e4b47f3a587278bbe07dca738e70272 (patch)
tree3389f6c99d07dffeacacdf1e760f7d39dbd7877c
parentd5aa0e0d7384552aa1792e5be202c6adb6e634ae (diff)
downloadorg-mode-afe5eb140e4b47f3a587278bbe07dca738e70272.tar.gz
Fix some docstrings format.
* org-src.el (org-edit-src-code): Fix docstring formatting. * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
-rw-r--r--lisp/ob.el4
-rw-r--r--lisp/org-src.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index a2b02ee..98ad40f 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -817,9 +817,9 @@ Return t if a code block was found at point, nil otherwise."
(defun org-babel-do-key-sequence-in-edit-buffer (key)
"Read key sequence and execute the command in edit buffer.
Enter a key sequence to be executed in the language major-mode
-edit buffer. For example, TAB will alter the contents of the
+edit buffer. For example, TAB will alter the contents of the
Org-mode code block according to the effect of TAB in the
-language major-mode buffer. For languages that support
+language major-mode buffer. For languages that support
interactive sessions, this can be used to send code from the Org
buffer to the session for evaluation using the native major-mode
evaluation mechanisms."
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 8f43e7d..02d0eb9 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -207,9 +207,9 @@ There is a mode hook, and keybindings for `org-edit-src-exit' and
The example is copied to a separate buffer, and that buffer is
switched to the correct language mode. When done, exit with
\\[org-edit-src-exit]. This will remove the original code in the
-Org buffer, and replace it with the edited version. Optional
+Org buffer, and replace it with the edited version. An optional
argument CONTEXT is used by \\[org-edit-src-save] when calling
-this function. See \\[org-src-window-setup] to configure the
+this function. See `org-src-window-setup' to configure the
display of windows containing the Org buffer and the code
buffer."
(interactive)