diff options
| -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 efab9d8e3bd..6294b8026ce 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -457,7 +457,7 @@ INIT is either the initial content of the field or a function, | |||
| 457 | which is called to determine the initial content of the field. | 457 | which is called to determine the initial content of the field. |
| 458 | ALTERNATIVE if non-nil is an integer that numbers sets of | 458 | ALTERNATIVE if non-nil is an integer that numbers sets of |
| 459 | alternatives, starting from zero." | 459 | alternatives, starting from zero." |
| 460 | :group 'BibTeX | 460 | :group 'bibtex |
| 461 | :version "26.1" ; add Conference | 461 | :version "26.1" ; add Conference |
| 462 | :type 'bibtex-entry-alist) | 462 | :type 'bibtex-entry-alist) |
| 463 | (put 'bibtex-BibTeX-entry-alist 'risky-local-variable t) | 463 | (put 'bibtex-BibTeX-entry-alist 'risky-local-variable t) |