summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-09-17 16:57:20 +0200
committerKyle Meyer <kyle@kyleam.com>2024-05-28 22:58:43 -0400
commitd7ee5691cb6088c47020cb74b3f7af98da24e709 (patch)
treefdc6c1ce1f70dd286dbe9167a469b279445322c3
parentc49b8f68caaaf6b0f91b94e361d58b9ede3db62a (diff)
Backport commit e0070fc57 from Emacs
* lisp/ob-eshell.el (org-babel-execute:eshell): Improve docstring. Improve org-babel-execute:eshell docstring e0070fc574a8621b2fbb1aaca678b974a3dc5fd5 Stefan Kangas Sun Sep 17 16:57:25 2023 +0200
-rw-r--r--lisp/ob-eshell.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ob-eshell.el b/lisp/ob-eshell.el
index 3e2117ad0..eefb43dc1 100644
--- a/lisp/ob-eshell.el
+++ b/lisp/ob-eshell.el
@@ -47,11 +47,12 @@
"Execute a block of Eshell code BODY with PARAMS.
This function is called by `org-babel-execute-src-block'.
-The BODY can be any code which allowed executed in Eshell.
-Eshell allow to execute normal shell command and Elisp code.
-More details please reference Eshell Info.
+The BODY argument is code which can be executed in Eshell.
+Eshell allows executing normal shell command and Elisp code.
+For more details, see Info node `(eshell) Top'.
-The PARAMS are variables assignments."
+The PARAMS argument is passed to
+`org-babel-expand-body:generic' (which see)."
(let* ((session (org-babel-eshell-initiate-session
(cdr (assq :session params))))
(full-body (org-babel-expand-body:generic