emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org f8b0b2babf: org-edit-special: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/org f8b0b2babf: org-edit-special: Fix docstring
Date: Sun, 25 Jun 2023 06:58:23 -0400 (EDT)

branch: externals/org
commit f8b0b2babf907f81749d4dc7d91f4abd14d0aa1e
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-edit-special: Fix docstring
    
    * lisp/org.el (org-edit-special): Document missing contexts in the 
docstring.
---
 lisp/org.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 5451a92b55..4063ba98f1 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17356,7 +17356,11 @@ See the individual commands for more information."
 (defun org-edit-special (&optional arg)
   "Call a special editor for the element at point.
 When at a table, call the formula editor with `org-table-edit-formulas'.
-When in a source code block, call `org-edit-src-code'.
+When at table.el table, edit it in dedicated buffer.
+When in a source code block, call `org-edit-src-code'; with prefix
+  argument, switch to session buffer.
+When in an example block, call `org-edit-src-code'.
+When in an inline code block, call `org-edit-inline-src-code'.
 When in a fixed-width region, call `org-edit-fixed-width-region'.
 When in an export block, call `org-edit-export-block'.
 When in a comment block, call `org-edit-comment-block'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]