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:
parent
b3660cf135
commit
79aa149143
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue