From 453115c82ec68215bb963924cce84a534c9633d5 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 5 May 2009 16:24:47 +0200 Subject: [PATCH] Fix docstring --- lisp/org.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5c1689370..892dd42c5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6317,9 +6317,10 @@ If WITH-CASE is non-nil, the sorting will be case-sensitive." (defun org-edit-src-code () "Edit the source code example at point. -An indirect buffer is created, and that buffer is then narrowed to the -example at point and switched to the correct language mode. When done, -exit by killing the buffer with \\[org-edit-src-exit]." +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." (interactive) (let ((line (org-current-line)) (case-fold-search t) @@ -8677,6 +8678,7 @@ This function can be used in a hook." (defconst org-additional-option-like-keywords '("BEGIN_HTML" "BEGIN_LaTeX" "END_HTML" "END_LaTeX" "ORGTBL" "HTML:" "LaTeX:" "BEGIN:" "END:" "TBLFM" + "LATEX_HEADER:" "BEGIN_EXAMPLE" "END_EXAMPLE" "BEGIN_QUOTE" "END_QUOTE" "BEGIN_VERSE" "END_VERSE" -- 2.11.4.GIT