From: Eli Zaretskii Date: Sat, 11 Apr 2020 09:20:10 +0000 (+0300) Subject: ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording. X-Git-Tag: emacs-28.0.90~7617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b902d7c9d07b2cc951fa5c789d585d65366d19d2;p=emacs.git ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording. --- 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."