changeset 35962:ad7104908c16

(bibtex-autokey-before-presentation-function): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:30:40 +0000
parents 850d490d87f3
children 4681ff6664e6
files lisp/textmodes/bibtex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Wed Feb 07 23:29:06 2001 +0000
+++ b/lisp/textmodes/bibtex.el	Wed Feb 07 23:30:40 2001 +0000
@@ -685,7 +685,7 @@
 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.