aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
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