From: Dave Love Date: Wed, 7 Feb 2001 23:34:37 +0000 (+0000) Subject: (spell-filter): Fix :type. X-Git-Tag: emacs-pretest-21.0.98~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3df46225378132deb26d2c88dfa9d8d2b0555a2;p=emacs.git (spell-filter): Fix :type. --- diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index bd58262963b..e8fe420a842 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -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