comparison 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
comparison
equal deleted inserted replaced
72781:aa9ddb2d1a94 72782:5fd3dd6b39a1
971 The variable `Info-fontify' is no longer applicable; to disable 971 The variable `Info-fontify' is no longer applicable; to disable
972 fontification in Info, remove `turn-on-font-lock' from 972 fontification in Info, remove `turn-on-font-lock' from
973 `Info-mode-hook'. 973 `Info-mode-hook'.
974 974
975 +++ 975 +++
976 *** font-lock: in modes like C and Lisp where the fontification assumes that 976 *** Font-Lock mode: in major modes such as Lisp mode, where some Emacs
977 an open-paren in column 0 is always outside of any string or comment, 977 features assume that an open-paren in column 0 is always outside of
978 font-lock now highlights any such open-paren-in-column-zero in bold-red 978 any string or comment, Font-Lock now highlights any such open-paren in
979 if it is inside a string or a comment, to indicate that it can cause 979 bold-red if it is inside a string or a comment, to indicate that it
980 trouble with fontification and/or indentation. 980 can cause trouble. You should rewrite the string or comment so that
981 the open-paren is not in column 0.
981 982
982 +++ 983 +++
983 *** New standard font-lock face `font-lock-preprocessor-face'. 984 *** New standard font-lock face `font-lock-preprocessor-face'.
984 985
985 +++ 986 +++