From b3df46225378132deb26d2c88dfa9d8d2b0555a2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 7 Feb 2001 23:34:37 +0000 Subject: [PATCH] (spell-filter): Fix :type. --- lisp/textmodes/spell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT