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

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

[elpa] externals/org 70a082c9fb 4/4: org-babel-expand-src-block: Mention


From: ELPA Syncer
Subject: [elpa] externals/org 70a082c9fb 4/4: org-babel-expand-src-block: Mention all the header arguments in the docstring
Date: Sat, 12 Aug 2023 06:58:24 -0400 (EDT)

branch: externals/org
commit 70a082c9fbf6fd7d05fb56b26c6f2039b8edd478
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-babel-expand-src-block: Mention all the header arguments in the 
docstring
    
    * lisp/ob-core.el (org-babel-expand-src-block): Explain all the header
    arguments in the docstring.
---
 lisp/ob-core.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 24f33bbca9..88ae0ec425 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -936,7 +936,10 @@ lines will be added after `:prologue' parameter and before 
BODY."
 
 ;;;###autoload
 (defun org-babel-expand-src-block (&optional _arg info params)
-  "Expand the current source code block.
+  "Expand the current source code block or block specified by INFO.
+INFO is the output of `org-babel-get-src-block-info'.
+PARAMS defines inherited header arguments.
+
 Expand according to the source code block's header
 arguments and pop open the results in a preview buffer."
   (interactive)



reply via email to

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