mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(ispell-check-comments): Default is now t.
This commit is contained in:
parent
5e0e5feb88
commit
a0844449c5
@ -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…
Reference in New Issue
Block a user