]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve org-babel-execute:eshell docstring
authorStefan Kangas <stefankangas@gmail.com>
Sun, 17 Sep 2023 14:57:20 +0000 (16:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 17 Sep 2023 14:57:25 +0000 (16:57 +0200)
* lisp/org/ob-eshell.el (org-babel-execute:eshell): Improve docstring.

lisp/org/ob-eshell.el

index 95f5777ae7d8eea3245f97f23c3c82388fc2a276..b3fbe3ad52da87be0039fdcac926c19b75c9d754 100644 (file)
   "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