]> git.eshelyaron.com Git - emacs.git/commit
Document arguments to Eshell's built-in commands
authorJim Porter <jporterbugs@gmail.com>
Wed, 16 Aug 2023 01:51:20 +0000 (18:51 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:51:10 +0000 (11:51 +0100)
commitb0643221d5771a0a7e14c9be68715e8a8b32a597
tree51724e2bc1d08cdde8e37b73363aafeebb3a61c8
parent211bffba16809993f150a4e48551289999ac8fb8
Document arguments to Eshell's built-in commands

* lisp/eshell/em-unix.el (eshell/ln): LINK_NAME is required.

* lisp/eshell/esh-ext.el (eshell/addpath):
* lisp/eshell/esh-var.el (eshell/env): Improve help strings slightly.

* doc/misc/eshell.texi (Scripts): Explain $0, $1, etc.
(Dollars Expansion): Use "@dots{}" instead of "...".
(Built-ins, Tramp extensions, Extra built-in commands): Document
command-line arguments.

(cherry picked from commit 5c43ef86bf169a79b87bd082d2f884757f7c2efc)
doc/misc/eshell.texi
lisp/eshell/em-unix.el
lisp/eshell/esh-ext.el
lisp/eshell/esh-var.el