Fix duplicate custom group names in bibtex.el
* lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist): Change :group from BibTeX to bibtex. (bug#32436)
This commit is contained in:
parent
a9cf9387d9
commit
7bc9ce7431
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ INIT is either the initial content of the field or a function,
|
|||
which is called to determine the initial content of the field.
|
||||
ALTERNATIVE if non-nil is an integer that numbers sets of
|
||||
alternatives, starting from zero."
|
||||
:group 'BibTeX
|
||||
:group 'bibtex
|
||||
:version "26.1" ; add Conference
|
||||
:type 'bibtex-entry-alist)
|
||||
(put 'bibtex-BibTeX-entry-alist 'risky-local-variable t)
|
||||
|
|
Loading…
Add table
Reference in a new issue