summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 02:51:48 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 02:51:48 +0000
commiteabc24ca4a6d1467ecdb49484de450d8db4e46b3 (patch)
tree62da42f63c921ec371989a8985ffcf508944e108
parenteca4927a08e169ba54f8230ea86c57d4dc1428c4 (diff)
downloademacs-eabc24ca4a6d1467ecdb49484de450d8db4e46b3.tar.gz
(eshell-var): Fix typo in docstring.
-rw-r--r--lisp/eshell/esh-var.el2
1 files changed, 1 insertions, 1 deletions
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)