mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-18 18:51:52 +00:00
org-babel-variable-assignments:eshell: Document PARAMS argument
* lisp/ob-eshell.el (org-babel-variable-assignments:eshell):
This commit is contained in:
parent
893c5d0851
commit
4c0cde5783
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user