changeset 35965:2c9816b93b68

(spell-filter): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:34:37 +0000
parents 248c8cd85a42
children 911b5aa7fe8d
files lisp/textmodes/spell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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