diff options
Diffstat (limited to 'lisp/textmodes')
| -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 | |||
| 3175 | variable IGNORE-DUPS is non-nil, no error messages about duplicate | 3175 | variable IGNORE-DUPS is non-nil, no error messages about duplicate |
| 3176 | entries are signaled, but the error handling is assumed to be made in | 3176 | entries are signaled, but the error handling is assumed to be made in |
| 3177 | the calling function. | 3177 | the calling function. |
| 3178 | The value is nil if an duplicate entry error occurred, | 3178 | The value is nil if a duplicate entry error occurred, |
| 3179 | and t in all other cases." | 3179 | and t in all other cases." |
| 3180 | (let* ((case-fold-search t) | 3180 | (let* ((case-fold-search t) |
| 3181 | (left | 3181 | (left |