branch: externals/org
commit 99c40177ad7ccb1e5f460f1a91155cf786642f3d
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-babel-demarcate-block: Document prefix argument in the docstring
---
 lisp/ob-core.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 5d4f9f3ae4..4c2480d9ee 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2050,6 +2050,9 @@ With optional prefix argument ARG, jump backward ARG many 
source blocks."
 
 (defun org-babel-demarcate-block (&optional arg)
   "Wrap or split the code in the region or on the point.
+
+With prefix argument ARG, also create a new heading at point.
+
 When called from inside of a code block the current block is
 split.  When called from outside of a code block a new code block
 is created.  In both cases if the region is demarcated and if the

Reply via email to