# HG changeset patch # User Dave Love # Date 981588640 0 # Node ID ad7104908c160e488f316eead04e65a2a50c6946 # Parent 850d490d87f3d6e0dae8014869d495a3fa0c4e81 (bibtex-autokey-before-presentation-function): Fix :type. diff -r 850d490d87f3 -r ad7104908c16 lisp/textmodes/bibtex.el --- 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.