emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 79aa149143 8/9: org-babel-map-executable: Describe


From: ELPA Syncer
Subject: [elpa] externals/org 79aa149143 8/9: org-babel-map-executable: Describe header arg in the docstring
Date: Fri, 18 Aug 2023 06:58:29 -0400 (EDT)

branch: externals/org
commit 79aa1491439ff0e7d1b0f3377dcfcd8f8470545e
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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

[Prev in Thread] Current Thread [Next in Thread]