summaryrefslogtreecommitdiff
path: root/lisp/textmodes/spell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/spell.el')
-rw-r--r--lisp/textmodes/spell.el4
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)