Mercurial > emacs
changeset 47925:59510270b3ea
(eshell/define): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 17 Oct 2002 16:52:29 +0000 |
parents | d9a861a5b9d6 |
children | 5e18e835d9fa |
files | lisp/eshell/esh-var.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el Thu Oct 17 16:50:28 2002 +0000 +++ b/lisp/eshell/esh-var.el Thu Oct 17 16:52:29 2002 +0000 @@ -276,7 +276,7 @@ (eshell-parse-variable)))) (defun eshell/define (var-alias definition) - "Define an VAR-ALIAS using DEFINITION." + "Define a VAR-ALIAS using DEFINITION." (if (not definition) (setq eshell-variable-aliases-list (delq (assoc var-alias eshell-variable-aliases-list)