aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-var.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index f68b65dfd46..8dd19618da2 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -184,9 +184,9 @@ if they are quoted with a backslash."
184 indices))))) 184 indices)))))
185 "This list provides aliasing for variable references. 185 "This list provides aliasing for variable references.
186It is very similar in concept to what `eshell-user-aliases-list' does 186It is very similar in concept to what `eshell-user-aliases-list' does
187for commands. Each member of this defines defines the name of a 187for commands. Each member of this defines the name of a command,
188command, and the Lisp value to return for that variable if it is 188and the Lisp value to return for that variable if it is accessed
189accessed via the syntax '$NAME'. 189via the syntax '$NAME'.
190 190
191If the value is a function, that function will be called with two 191If the value is a function, that function will be called with two
192arguments: the list of the indices that was used in the reference, and 192arguments: the list of the indices that was used in the reference, and