aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-18 08:27:27 +0000
committerJuanma Barranquero2002-10-18 08:27:27 +0000
commit51b5edd64f80f7b2c07c569d1511bc4a52eac4df (patch)
tree50fcc73326719aa23618b4642f154d10efde9751 /lisp/textmodes
parentb554bbff249cff72fac15c06ddf8d9c578f46dfa (diff)
downloademacs-51b5edd64f80f7b2c07c569d1511bc4a52eac4df.tar.gz
emacs-51b5edd64f80f7b2c07c569d1511bc4a52eac4df.zip
(bibtex-find-entry-location): Fix typo.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el2
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
3175variable IGNORE-DUPS is non-nil, no error messages about duplicate 3175variable IGNORE-DUPS is non-nil, no error messages about duplicate
3176entries are signaled, but the error handling is assumed to be made in 3176entries are signaled, but the error handling is assumed to be made in
3177the calling function. 3177the calling function.
3178The value is nil if an duplicate entry error occurred, 3178The value is nil if a duplicate entry error occurred,
3179and t in all other cases." 3179and t in all other cases."
3180 (let* ((case-fold-search t) 3180 (let* ((case-fold-search t)
3181 (left 3181 (left