aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)