diff options
| author | Werner LEMBERG | 2005-03-25 09:03:24 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2005-03-25 09:03:24 +0000 |
| commit | 5181ff9f3d68ae3e1fe260430c1924fafa5b77c6 (patch) | |
| tree | 91ddc9b4328b8db85c163bdcae16138b4a9baacf /lisp/textmodes/reftex-parse.el | |
| parent | eac9c0efd68cdd7a65439bb3958da1db56391bc9 (diff) | |
| download | emacs-5181ff9f3d68ae3e1fe260430c1924fafa5b77c6.tar.gz emacs-5181ff9f3d68ae3e1fe260430c1924fafa5b77c6.zip | |
* textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
textmodes/reftex-index.el, textmodes/reftex-parse.el,
textmodes/reftex-ref.el, textmodes/reftex-vars.el,
textmodes/reftex.el, textmodes/org.el: Replace `illegal' with
`invalid'.
Diffstat (limited to 'lisp/textmodes/reftex-parse.el')
| -rw-r--r-- | lisp/textmodes/reftex-parse.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 630c7101725..ce1e3d77d72 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; reftex-parse.el --- parser functions for RefTeX | 1 | ;;; reftex-parse.el --- parser functions for RefTeX |
| 2 | ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 2 | ;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004, 2005 |
| 3 | ;; Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | ;; Author: Carsten Dominik <dominik@science.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@science.uva.nl> |
| 5 | ;; Version: 4.26 | 6 | ;; Version: 4.26 |
| @@ -544,7 +545,7 @@ of master file." | |||
| 544 | (funcall parse env) | 545 | (funcall parse env) |
| 545 | (error (format "HOOK ERROR: %s" (cdr error-var)))))) | 546 | (error (format "HOOK ERROR: %s" (cdr error-var)))))) |
| 546 | (t | 547 | (t |
| 547 | "ILLEGAL VALUE OF PARSE")))) | 548 | "INVALID VALUE OF PARSE")))) |
| 548 | 549 | ||
| 549 | (defun reftex-where-am-I () | 550 | (defun reftex-where-am-I () |
| 550 | ;; Return the docstruct entry above point. Actually returns a cons | 551 | ;; Return the docstruct entry above point. Actually returns a cons |