aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-09-10 13:48:42 +0000
committerRichard M. Stallman <[email protected]>2006-09-10 13:48:42 +0000
commit9844f06627c4ef00764e5dea389bb5a8e64713cf (patch)
tree62e588fde15fd59f913161073738ff629f72145f
parent97d2dc5f40bfa5cda3ed2f9bd183b456bb21e8d3 (diff)
Clarify.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2b7fe8dc9a..1c1f55d48f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,11 +973,12 @@ fontification in Info, remove `turn-on-font-lock' from
`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'.