summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2005-03-25 08:33:09 +0000
committerWerner LEMBERG <wl@gnu.org>2005-03-25 08:33:09 +0000
commit5b423d48d46b132b80a5a0ab026ae0cbfec01d84 (patch)
tree9891b3e9dba3d62be3d4b7ab33bd67242e8efab0 /lisp/eshell/esh-var.el
parentd00fa0a4b38917bf2b0d63c43864e4230d52b717 (diff)
downloademacs-5b423d48d46b132b80a5a0ab026ae0cbfec01d84.tar.gz
* eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
`invalid'.
Diffstat (limited to 'lisp/eshell/esh-var.el')
-rw-r--r--lisp/eshell/esh-var.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index fabcf367088..9ff9c1898a2 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -1,6 +1,6 @@
;;; esh-var.el --- handling of variables
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2005 Free Software Foundation
;; Author: John Wiegley <johnw@gnu.org>
@@ -568,7 +568,7 @@ For example, to retrieve the second element of a user's record in
(split-string value separator)))))
(cond
((< (length refs) 0)
- (error "Illegal array variable index: %s"
+ (error "Invalid array variable index: %s"
(eshell-stringify refs)))
((= (length refs) 1)
(setq value (eshell-index-value value (car refs))))