diff etc/NEWS @ 72782:5fd3dd6b39a1

Clarify.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Sep 2006 13:48:42 +0000
parents 70aa4ed788b5
children 81a55a7dc3c3
line wrap: on
line diff
--- a/etc/NEWS	Sun Sep 10 13:18:24 2006 +0000
+++ b/etc/NEWS	Sun Sep 10 13:48:42 2006 +0000
@@ -973,11 +973,12 @@
 `Info-mode-hook'.
 
 +++
-*** font-lock: in modes like C and Lisp where the fontification assumes that
-an open-paren in column 0 is always outside of any string or comment,
-font-lock now highlights any such open-paren-in-column-zero in bold-red
-if it is inside a string or a comment, to indicate that it can cause
-trouble with fontification and/or indentation.
+*** Font-Lock mode: in major modes such as Lisp mode, where some Emacs
+features assume that an open-paren in column 0 is always outside of
+any string or comment, Font-Lock now highlights any such open-paren in
+bold-red if it is inside a string or a comment, to indicate that it
+can cause trouble.  You should rewrite the string or comment so that
+the open-paren is not in column 0.
 
 +++
 *** New standard font-lock face `font-lock-preprocessor-face'.