]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-var): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 02:51:48 +0000 (02:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 02:51:48 +0000 (02:51 +0000)
lisp/eshell/esh-var.el

index f1bd94baabf0058009513a1bebf807c50ad942df..10d2100fd0084409cd712efade2eb1e9693f0d17 100644 (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)