aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-10-17 16:52:29 +0000
committerJuanma Barranquero <[email protected]>2002-10-17 16:52:29 +0000
commit012d3cb50136f366fea6a15f0db0d5cab30be534 (patch)
treeb3f4b01c77b18ca6a9caeaa0b253a562096f08dd /lisp/eshell
parent1269ae51b1ac024d81943cb8df78a3faeb9ab470 (diff)
(eshell/define): Fix typo.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-var.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index f447bfb033..c966dd1451 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)