aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/refbib.el
diff options
context:
space:
mode:
authorWerner LEMBERG2005-03-25 09:03:24 +0000
committerWerner LEMBERG2005-03-25 09:03:24 +0000
commit5181ff9f3d68ae3e1fe260430c1924fafa5b77c6 (patch)
tree91ddc9b4328b8db85c163bdcae16138b4a9baacf /lisp/textmodes/refbib.el
parenteac9c0efd68cdd7a65439bb3958da1db56391bc9 (diff)
downloademacs-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/refbib.el')
-rw-r--r--lisp/textmodes/refbib.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el
index 5c9e6c1c6dc..dedad3b1aa9 100644
--- a/lisp/textmodes/refbib.el
+++ b/lisp/textmodes/refbib.el
@@ -1,6 +1,6 @@
1;;; refbib.el --- convert refer-style references to ones usable by Latex bib 1;;; refbib.el --- convert refer-style references to ones usable by Latex bib
2 2
3;; Copyright (C) 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 2005 Free Software Foundation, Inc.
4 4
5;; Author: Henry Kautz <kautz@research.att.com> 5;; Author: Henry Kautz <kautz@research.att.com>
6;; Keywords: bib, tex 6;; Keywords: bib, tex
@@ -35,7 +35,7 @@
35;; 9/88, created H.Kautz 35;; 9/88, created H.Kautz
36;; modified 1/19/89, allow books with editor but no author; 36;; modified 1/19/89, allow books with editor but no author;
37;; added %O ordering field; 37;; added %O ordering field;
38;; appended illegal multiple fields, instead of 38;; appended invalid multiple fields, instead of
39;; discarding; 39;; discarding;
40;; added rule, a tech report whose %R number 40;; added rule, a tech report whose %R number
41;; contains "ISBN" is really a book 41;; contains "ISBN" is really a book
@@ -292,7 +292,7 @@ title if CAPITALIZE is true. Returns value of VAR."
292 (setq val item) 292 (setq val item)
293 (if unique 293 (if unique
294 (progn 294 (progn
295 (r2b-warning "*Illegal multiple field %s %s" field item) 295 (r2b-warning "*Invalid multiple field %s %s" field item)
296 (setq val (concat val "\n" item)) 296 (setq val (concat val "\n" item))
297 ) 297 )
298 (setq val (concat val "\n\t\tand " item)) 298 (setq val (concat val "\n\t\tand " item))