org-babel-map-executable: Describe header arg in the docstring

* lisp/ob-core.el (org-babel-execute-buffer): Mention in the docstring
how prefix argument is handled.
This commit is contained in:
Ihor Radchenko 2023-08-18 13:15:10 +03:00
parent b3660cf135
commit 79aa149143
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -1381,6 +1381,7 @@ buffer."
;;;###autoload
(defun org-babel-execute-buffer (&optional arg)
"Execute source code blocks in a buffer.
Prefix argument ARG is passed to `org-babel-execute-src-block'.
Call `org-babel-execute-src-block' on every source block in
the current buffer."
(interactive "P")