# HG changeset patch # User Dave Love # Date 981588877 0 # Node ID 2c9816b93b68564f7a6c6ff2fbc927c22e783e19 # Parent 248c8cd85a425c0b517d44cfa7ab3833863fc9e4 (spell-filter): Fix :type. diff -r 248c8cd85a42 -r 2c9816b93b68 lisp/textmodes/spell.el --- a/lisp/textmodes/spell.el Wed Feb 07 23:33:35 2001 +0000 +++ b/lisp/textmodes/spell.el Wed Feb 07 23:34:37 2001 +0000 @@ -46,7 +46,7 @@ "*Filter function to process text before passing it to spell program. This function might remove text-processor commands. nil means don't alter the text before checking it." - :type 'function + :type '(choice (const nil) function) :group 'spell) ;;;###autoload