org-babel-variable-assignments:eshell: Document PARAMS argument

* lisp/ob-eshell.el (org-babel-variable-assignments:eshell):
This commit is contained in:
Ihor Radchenko 2023-09-11 11:51:59 +03:00
parent 893c5d0851
commit 4c0cde5783
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ The PARAMS are variables assignments."
session))
(defun org-babel-variable-assignments:eshell (params)
"Convert ob-eshell :var specified variables into Eshell variables assignments."
"Convert ob-eshell variables from PARAMS into Eshell variables assignments."
(mapcar
(lambda (pair)
;; Use `ignore' to suppress value in the command output.