]> git.eshelyaron.com Git - emacs.git/commit
Improve wording of Eshell variable interpolation code/documentation
authorJim Porter <jporterbugs@gmail.com>
Thu, 3 Mar 2022 17:37:25 +0000 (09:37 -0800)
committerEli Zaretskii <eliz@gnu.org>
Tue, 8 Mar 2022 13:54:16 +0000 (15:54 +0200)
commit58568033f4b648e0dc8d9d893ef2197aded0a69e
tree9c88652aa8ddc3a6a6d0d5b8242e4d10d41f3672
parentd509d1e1a884a33d6e8a5196bc0e8314b0a892f9
Improve wording of Eshell variable interpolation code/documentation

* lisp/eshell/esh-arg.el (eshell-unescape-inner-double-quote): Rename
from 'eshell-parse-inner-double-quote'.

* lisp/eshell/esh-cmd.el (eshell-with-temp-command): Improve
docstring.

* lisp/eshell/esh-var.el (eshell-parse-variable-ref): Use
'eshell-unescape-inner-double-quote' and improve robustness of quoted
variable name matching.
(eshell-parse-indices): Use 'eshell-unescape-inner-double-quote'.

* doc/misc/eshell.texi (Dollars Expansion): Improve wording of
subscript notation.
doc/misc/eshell.texi
lisp/eshell/esh-arg.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-var.el