0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 17:46:27 +00:00

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

View file

@ -1397,7 +1397,7 @@ the current buffer."
(defun org-babel-execute-subtree (&optional arg) (defun org-babel-execute-subtree (&optional arg)
"Execute source code blocks in a subtree. "Execute source code blocks in a subtree.
Call `org-babel-execute-src-block' on every source block in 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") (interactive "P")
(save-restriction (save-restriction
(save-excursion (save-excursion