aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas2022-12-26 10:43:57 +0100
committerStefan Kangas2022-12-31 12:43:32 +0100
commit9292f595a71870eec1ffdfd187b859cc990c2f0b (patch)
tree1068180db18bc10359ed9e18dd7616ce6072923e /lisp/eshell
parent43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff)
downloademacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz
emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip
; Fix typos
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.