Mercurial > emacs
changeset 15194:7cfe542d5a79
(ispell-check-comments): Default is now t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 09 May 1996 17:36:03 +0000 |
parents | 4df75cda7e5b |
children | 160e99f12c6d |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Thu May 09 17:34:55 1996 +0000 +++ b/lisp/textmodes/ispell.el Thu May 09 17:36:03 1996 +0000 @@ -322,8 +322,8 @@ 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.