1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(eshell-var): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2005-07-04 02:51:48 +00:00
parent eca4927a08
commit eabc24ca4a

View file

@ -28,7 +28,7 @@
(defgroup eshell-var nil
"Variable interpolation is introduced whenever the '$' character
appears unquoted in any argument (except when that argument is
surrounded by single quotes) . It may be used to interpolate a
surrounded by single quotes). It may be used to interpolate a
variable value, a subcommand, or even the result of a Lisp form."
:tag "Variable handling"
:group 'eshell)