]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell/define): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:03:42 +0000 (09:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:03:42 +0000 (09:03 +0000)
lisp/eshell/esh-var.el

index 9caa40ff6dbf651594b6f31579cf67b420207219..f361f5b1452a172c12558609148cdc368c472c42 100644 (file)
@@ -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)