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.
This commit is contained in:
Ihor Radchenko 2023-08-12 12:06:12 +03:00
parent 051c929d65
commit 70a082c9fb
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 1 deletions

View File

@ -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)