mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-04 08:47:03 +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:
parent
bbdf9781c2
commit
35960e1614
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user