mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
`invalid'.
This commit is contained in:
parent
d00fa0a4b3
commit
5b423d48d4
3 changed files with 6 additions and 4 deletions
|
|
@ -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 @@ it defaults to `insert'."
|
|||
target)
|
||||
|
||||
(t
|
||||
(error "Illegal redirection target: %s"
|
||||
(error "Invalid redirection target: %s"
|
||||
(eshell-stringify target)))))
|
||||
|
||||
(eval-when-compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue