From 5b423d48d46b132b80a5a0ab026ae0cbfec01d84 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Fri, 25 Mar 2005 08:33:09 +0000 Subject: * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'. --- lisp/eshell/esh-var.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/eshell/esh-var.el') 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 @@ -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)))) -- cgit v1.2.1