From d289eb936128973e518174548db88250b9c0b6e6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 1 May 2015 10:03:17 +0200 Subject: [PATCH] org-src: Fix docstrings * lisp/org-src.el (org-src-mode-hook): (org-edit-src-code): Fix docstrings. --- lisp/org-src.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 10d95f801..f0ad70f75 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -155,7 +155,7 @@ other-frame Use `switch-to-buffer-other-frame' to display edit buffer. (const reorganize-frame))) (defvar org-src-mode-hook nil - "Hook run after Org switched a source code snippet to its Emacs mode. + "Hook run after Org switched a source code snippet to its Emacs mode. \\ This hook will run: - when editing a source code snippet with \\[org-edit-special] @@ -772,13 +772,13 @@ Throw an error when not at an export block." (defun org-edit-src-code (&optional code edit-buffer-name) "Edit the source or example block at point. - +\\ The code is copied to a separate buffer and the appropriate mode -is turned on. 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. See `org-src-window-setup' to configure -the display of windows containing the Org buffer and the code -buffer. +is turned on. 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. See `org-src-window-setup' to configure the display of +windows containing the Org buffer and the code buffer. When optional argument CODE is a string, edit it in a dedicated buffer instead. -- 2.11.4.GIT