From: Juanma Barranquero Date: Mon, 4 Jul 2005 02:51:48 +0000 (+0000) Subject: (eshell-var): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~8406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eabc24ca4a6d1467ecdb49484de450d8db4e46b3;p=emacs.git (eshell-var): Fix typo in docstring. --- diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index f1bd94baabf..10d2100fd00 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -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)