org-babel-expand-noweb-references: Document all the function arguments

* lisp/ob-core.el (org-babel-expand-noweb-references): Fix the
docstring, documenting every argument.
This commit is contained in:
Ihor Radchenko 2023-08-31 14:27:36 +03:00
parent deb5ea0fc0
commit 91a532b40e
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 6 additions and 0 deletions

View File

@ -2999,6 +2999,12 @@ See `org-babel-expand-noweb-references--cache'.")
(defun org-babel-expand-noweb-references (&optional info parent-buffer)
"Expand Noweb references in the body of the current source code block.
When optional argument INFO is non-nil, use the block defined by INFO
instead.
The block is assumed to be located in PARENT-BUFFER or current buffer
\(when PARENT-BUFFER is nil).
For example the following reference would be replaced with the
body of the source-code block named `example-block'.