* lisp/ob-shell.el (org-babel-execute:shell): Document the function args

This commit is contained in:
Ihor Radchenko 2023-10-04 12:28:10 +03:00
parent 460c1a3524
commit 6d85f851b3
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ a shell execution being its exit code."
:package-version '(Org . "9.4"))
(defun org-babel-execute:shell (body params)
"Execute a block of Shell commands with Babel.
"Execute Shell BODY according to PARAMS.
This function is called by `org-babel-execute-src-block'."
(let* ((session (org-babel-sh-initiate-session
(cdr (assq :session params))))