]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-autokey-before-presentation-function): Fix :type.
authorDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:30:40 +0000 (23:30 +0000)
committerDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:30:40 +0000 (23:30 +0000)
lisp/textmodes/bibtex.el

index 37e5152be83c3ca6d288be634d034e43659b1f3c..a7c68a72040cb6b0615bde4aad230d854ac476c8 100644 (file)
@@ -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.