aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
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 57ea42f4933..4806041c59e 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -209,7 +209,7 @@ nil. If SIMPLE-FUNCTION is non-nil, call the function with no
209arguments and then pass its return value to `eshell-apply-indices'. 209arguments and then pass its return value to `eshell-apply-indices'.
210 210
211When VALUE is a function, it's read-only by default. To make it 211When VALUE is a function, it's read-only by default. To make it
212writeable, use the (GET . SET) form described above. If SET is a 212writable, use the (GET . SET) form described above. If SET is a
213function, it takes two arguments: a list of indices (currently 213function, it takes two arguments: a list of indices (currently
214always nil, but reserved for future enhancement), and the new 214always nil, but reserved for future enhancement), and the new
215value to set. 215value to set.