Mercurial > emacs
changeset 64035:c9af72762fae
(eshell-var): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 02:51:48 +0000 |
parents | f1afe84c7bbc |
children | f76eec5e4eee |
files | lisp/eshell/esh-var.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el Mon Jul 04 02:49:51 2005 +0000 +++ b/lisp/eshell/esh-var.el Mon Jul 04 02:51:48 2005 +0000 @@ -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)