aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-09 17:36:03 +0000
committerRichard M. Stallman1996-05-09 17:36:03 +0000
commita0844449c576cac779cc3a3fd69c09b5c3d0d443 (patch)
treeb37107ab480ee82eea27aa574fc90f7e8d94f34c
parent5e0e5feb88ec8340b4842f9f7d9ac36afbeed85f (diff)
downloademacs-a0844449c576cac779cc3a3fd69c09b5c3d0d443.tar.gz
emacs-a0844449c576cac779cc3a3fd69c09b5c3d0d443.zip
(ispell-check-comments): Default is now t.
-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.
322It's most convenient if the cursor color and highlight color are 322It's most convenient if the cursor color and highlight color are
323slightly different.") 323slightly different.")
324 324
325(defvar ispell-check-comments nil 325(defvar ispell-check-comments t
326 "*Spelling of comments checked when non-nil.") 326 "*If nil, don't check spelling of comments.")
327 327
328(defvar ispell-query-replace-choices nil 328(defvar ispell-query-replace-choices nil
329 "*Corrections made throughout region when non-nil. 329 "*Corrections made throughout region when non-nil.