diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:52:29 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:52:29 +0000 |
commit | 012d3cb50136f366fea6a15f0db0d5cab30be534 (patch) | |
tree | b3f4b01c77b18ca6a9caeaa0b253a562096f08dd /lisp | |
parent | 1269ae51b1ac024d81943cb8df78a3faeb9ab470 (diff) | |
download | emacs-012d3cb50136f366fea6a15f0db0d5cab30be534.tar.gz |
(eshell/define): Fix typo.
Diffstat (limited to 'lisp')
-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 f447bfb0339..c966dd1451f 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -276,7 +276,7 @@ This function is explicit for adding to `eshell-parse-argument-hook'." (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) |