diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-04-11 12:20:10 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-04-11 12:20:10 +0300 |
commit | b902d7c9d07b2cc951fa5c789d585d65366d19d2 (patch) | |
tree | a0e0f4d7a6474ef3c274fe85ec155d72addda208 /lisp/eshell/esh-var.el | |
parent | 3275b01487826be66d4b6e2fb550549b61bb4bf7 (diff) | |
download | emacs-b902d7c9d07b2cc951fa5c789d585d65366d19d2.tar.gz emacs-b902d7c9d07b2cc951fa5c789d585d65366d19d2.tar.bz2 emacs-b902d7c9d07b2cc951fa5c789d585d65366d19d2.zip |
; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording.
Diffstat (limited to 'lisp/eshell/esh-var.el')
-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 70516b3b82f..96838d41327 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -200,7 +200,7 @@ symbol values over environment values by setting If the value is a symbol, return the value bound to it. -If the value has any other type, signal `error'. +If the value has any other type, signal an error. Additionally, each member may specify if it should be copied to the environment of created subprocesses." |