diff lisp/eshell/esh-var.el @ 64035:c9af72762fae

(eshell-var): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 02:51:48 +0000
parents 668456cdf6a1
children 18a818a2ee7c
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)