summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-09 17:36:03 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-09 17:36:03 +0000
commite71f2e48a0de4ccadd1a40e56fcbdd805c204993 (patch)
treee9105cdf32a79657548634a4f5a4c856bbec5559 /lisp/textmodes/ispell.el
parentc83afa4e371c85597ced90b75631ec6972590935 (diff)
downloademacs-e71f2e48a0de4ccadd1a40e56fcbdd805c204993.tar.gz
(ispell-check-comments): Default is now t.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 5b850b8e41f..95f870d8f6c 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -322,8 +322,8 @@ This variable can be set by the user to whatever face they desire.
It's most convenient if the cursor color and highlight color are
slightly different.")
-(defvar ispell-check-comments nil
- "*Spelling of comments checked when non-nil.")
+(defvar ispell-check-comments t
+ "*If nil, don't check spelling of comments.")
(defvar ispell-query-replace-choices nil
"*Corrections made throughout region when non-nil.