diff options
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. |