]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/spell.el
Merge from emacs-23
[gnu-emacs] / lisp / textmodes / spell.el
index bccd4a5646ccd1883f616832c7d09241cfc20bde..58d2088e3e8b5cd1305dbdc15c2d6b215abd296d 100644 (file)
   :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)