diff options
| author | Stefan Kangas | 2022-12-26 10:43:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-31 12:43:32 +0100 |
| commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
| tree | 1068180db18bc10359ed9e18dd7616ce6072923e /lisp/eshell | |
| parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
| download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip | |
; Fix typos
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 |
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 | |||
| 209 | arguments and then pass its return value to `eshell-apply-indices'. | 209 | arguments and then pass its return value to `eshell-apply-indices'. |
| 210 | 210 | ||
| 211 | When VALUE is a function, it's read-only by default. To make it | 211 | When VALUE is a function, it's read-only by default. To make it |
| 212 | writeable, use the (GET . SET) form described above. If SET is a | 212 | writable, use the (GET . SET) form described above. If SET is a |
| 213 | function, it takes two arguments: a list of indices (currently | 213 | function, it takes two arguments: a list of indices (currently |
| 214 | always nil, but reserved for future enhancement), and the new | 214 | always nil, but reserved for future enhancement), and the new |
| 215 | value to set. | 215 | value to set. |