1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(eshell/define): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-10-17 16:52:29 +00:00
parent 1269ae51b1
commit 012d3cb501

View file

@ -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)