diff options
author | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:47:00 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:47:00 +0000 |
commit | eac9c0efd68cdd7a65439bb3958da1db56391bc9 (patch) | |
tree | 4733654eeb256615e015effdfdcc9f013b633862 /lisp/progmodes/ebnf-ebx.el | |
parent | 9d03424549b3ac88a3bb8881f0dec3cc3bce586e (diff) | |
download | emacs-eac9c0efd68cdd7a65439bb3958da1db56391bc9.tar.gz |
* progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
`invalid'.
Diffstat (limited to 'lisp/progmodes/ebnf-ebx.el')
-rw-r--r-- | lisp/progmodes/ebnf-ebx.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index d7dfa7af89f..45ccb956af8 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el @@ -1,6 +1,6 @@ ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) -;; Copyright (C) 2004 Free Sofware Foundation, Inc. +;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> @@ -453,7 +453,7 @@ See documentation for variable `ebnf-ebx-lex'." 'end-of-input) ;; error ((eq token 'error) - (error "Illegal character")) + (error "Invalid character")) ;; end of rule ((eq token 'end-of-rule) 'end-of-rule) |