]> git.eshelyaron.com Git - emacs.git/commitdiff
(Font Lock): C mode no longer depends on (-in-col-0.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Feb 2006 04:24:31 +0000 (04:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Feb 2006 04:24:31 +0000 (04:24 +0000)
man/display.texi

index 37edc372fa043541f1712b4de1ffe747a5bad9d0..1f359f9e5aa7ac0015185b7048ae4c5054a007e8 100644 (file)
@@ -557,13 +557,13 @@ buffer fontification is suppressed.
 @cindex brace in column zero and fontification
   Comment and string fontification (or ``syntactic'' fontification)
 relies on analysis of the syntactic structure of the buffer text.  For
-the sake of speed, some modes, including C mode and Lisp mode,
-rely on a special convention: an open-parenthesis or open-brace in the
-leftmost column always defines the @w{beginning} of a defun, and is
-thus always outside any string or comment.  (@xref{Left Margin
-Paren}.)  If you don't follow this convention, Font Lock mode can
-misfontify the text that follows an open-parenthesis or open-brace in
-the leftmost column that is inside a string or comment.
+the sake of speed, some modes, including Lisp mode, rely on a special
+convention: an open-parenthesis or open-brace in the leftmost column
+always defines the @w{beginning} of a defun, and is thus always
+outside any string or comment.  (@xref{Left Margin Paren}.)  If you
+don't follow this convention, Font Lock mode can misfontify the text
+that follows an open-parenthesis or open-brace in the leftmost column
+that is inside a string or comment.
 
 @cindex slow display during scrolling
   The variable @code{font-lock-beginning-of-syntax-function} (always