diff lisp/eshell/esh-io.el @ 60915:a72129314db4

* eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
author Werner LEMBERG <wl@gnu.org>
date Fri, 25 Mar 2005 08:33:09 +0000
parents 8e3531a00902
children dc758ba35d6c 4da4a09e8b1b
line wrap: on
line diff
--- a/lisp/eshell/esh-io.el	Fri Mar 25 08:30:01 2005 +0000
+++ b/lisp/eshell/esh-io.el	Fri Mar 25 08:33:09 2005 +0000
@@ -1,6 +1,6 @@
 ;;; esh-io.el --- I/O management
 
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2005 Free Software Foundation
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -377,7 +377,7 @@
     target)
 
    (t
-    (error "Illegal redirection target: %s"
+    (error "Invalid redirection target: %s"
 	   (eshell-stringify target)))))
 
 (eval-when-compile