diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-18 08:27:27 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-18 08:27:27 +0000 |
commit | 51b5edd64f80f7b2c07c569d1511bc4a52eac4df (patch) | |
tree | 50fcc73326719aa23618b4642f154d10efde9751 | |
parent | b554bbff249cff72fac15c06ddf8d9c578f46dfa (diff) | |
download | emacs-51b5edd64f80f7b2c07c569d1511bc4a52eac4df.tar.gz |
(bibtex-find-entry-location): Fix typo.
-rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 00c28fcef72..b4a4b36f7e2 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -3175,7 +3175,7 @@ used as a reference key, an error is signaled. However, if optional variable IGNORE-DUPS is non-nil, no error messages about duplicate entries are signaled, but the error handling is assumed to be made in the calling function. -The value is nil if an duplicate entry error occurred, +The value is nil if a duplicate entry error occurred, and t in all other cases." (let* ((case-fold-search t) (left |