From: Richard M. Stallman Date: Thu, 9 May 1996 17:36:03 +0000 (+0000) Subject: (ispell-check-comments): Default is now t. X-Git-Tag: emacs-19.34~668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0844449c576cac779cc3a3fd69c09b5c3d0d443;p=emacs.git (ispell-check-comments): Default is now t. --- 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.