diff options
Diffstat (limited to 'lisp/textmodes/spell.el')
-rw-r--r-- | lisp/textmodes/spell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index bccd4a5646c..58d2088e3e8 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -37,12 +37,12 @@ :group 'applications) (defcustom spell-command "spell" - "*Command to run the spell program." + "Command to run the spell program." :type 'string :group 'spell) (defcustom spell-filter nil - "*Filter function to process text before passing it to spell program. + "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 '(choice (const nil) function) |