From: Juanma Barranquero Date: Mon, 21 Oct 2002 09:03:42 +0000 (+0000) Subject: (eshell/define): Fix typo. X-Git-Tag: emacs-pretest-21.2.92~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7accbd93de642e9109b2b884c9d5ef0b3b55806;p=emacs.git (eshell/define): Fix typo. --- diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 9caa40ff6db..f361f5b1452 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -272,7 +272,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)