branch: externals/org
commit 79aa1491439ff0e7d1b0f3377dcfcd8f8470545e
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    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.
---
 lisp/ob-core.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 411ced2e29..4496f4c4a4 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -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")

Reply via email to