summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-02-07 23:30:40 +0000
committerDave Love <fx@gnu.org>2001-02-07 23:30:40 +0000
commitb4a64de4687a0c0797ba38a7118846d47e89d7a4 (patch)
tree3331cd8f5202318ce9f358f233b5bd3348a52742 /lisp/textmodes
parentd639db36274408d957eb7355f085994ae3e4ef8a (diff)
downloademacs-b4a64de4687a0c0797ba38a7118846d47e89d7a4.tar.gz
(bibtex-autokey-before-presentation-function): Fix :type.
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 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.