diff options
author | Dave Love <fx@gnu.org> | 2001-02-07 23:30:40 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-07 23:30:40 +0000 |
commit | b4a64de4687a0c0797ba38a7118846d47e89d7a4 (patch) | |
tree | 3331cd8f5202318ce9f358f233b5bd3348a52742 /lisp/textmodes | |
parent | d639db36274408d957eb7355f085994ae3e4ef8a (diff) | |
download | emacs-b4a64de4687a0c0797ba38a7118846d47e89d7a4.tar.gz |
(bibtex-autokey-before-presentation-function): Fix :type.
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 37e5152be83..a7c68a72040 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -685,7 +685,7 @@ the generated key is presented (in entry or, if must take one argument (the automatically generated key), and must return with a string (the key to use)." :group 'bibtex-autokey - :type 'function) + :type '(choice (const nil) function)) (defcustom bibtex-entry-offset 0 "*Offset for BibTeX entries. |