From 6d85f851b3cf47abaf5197fe07bd793b5cf0d5dc Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 4 Oct 2023 12:28:10 +0300 Subject: [PATCH] * lisp/ob-shell.el (org-babel-execute:shell): Document the function args --- lisp/ob-shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el index 6c69c2884..fe4c7af72 100644 --- a/lisp/ob-shell.el +++ b/lisp/ob-shell.el @@ -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))))