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.
This commit is contained in:
Ihor Radchenko 2023-08-19 12:47:53 +03:00
parent bbdf9781c2
commit 35960e1614
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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