branch: externals/org
commit 70a082c9fbf6fd7d05fb56b26c6f2039b8edd478
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    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