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

    org-babel-execute-subtree: Document the argument in the docstring
    
    * lisp/ob-core.el (org-babel-execute-subtree): Clarify the meaning of
    command argument in the docstring.
---
 lisp/ob-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 4496f4c4a4..373cbf3203 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -1397,7 +1397,7 @@ the current buffer."
 (defun org-babel-execute-subtree (&optional arg)
   "Execute source code blocks in a subtree.
 Call `org-babel-execute-src-block' on every source block in
-the current subtree."
+the current subtree, passing over the prefix argument ARG."
   (interactive "P")
   (save-restriction
     (save-excursion

Reply via email to