(ispell-check-comments): Default is now t.
This commit is contained in:
parent
5e0e5feb88
commit
a0844449c5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue