aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-04 02:51:48 +0000
committerJuanma Barranquero2005-07-04 02:51:48 +0000
commiteabc24ca4a6d1467ecdb49484de450d8db4e46b3 (patch)
tree62da42f63c921ec371989a8985ffcf508944e108 /lisp/eshell
parenteca4927a08e169ba54f8230ea86c57d4dc1428c4 (diff)
downloademacs-eabc24ca4a6d1467ecdb49484de450d8db4e46b3.tar.gz
emacs-eabc24ca4a6d1467ecdb49484de450d8db4e46b3.zip
(eshell-var): Fix typo in docstring.
Diffstat (limited to 'lisp/eshell')
-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 @@
28(defgroup eshell-var nil 28(defgroup eshell-var nil
29 "Variable interpolation is introduced whenever the '$' character 29 "Variable interpolation is introduced whenever the '$' character
30appears unquoted in any argument (except when that argument is 30appears unquoted in any argument (except when that argument is
31surrounded by single quotes) . It may be used to interpolate a 31surrounded by single quotes). It may be used to interpolate a
32variable value, a subcommand, or even the result of a Lisp form." 32variable value, a subcommand, or even the result of a Lisp form."
33 :tag "Variable handling" 33 :tag "Variable handling"
34 :group 'eshell) 34 :group 'eshell)