emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Thu, 02 Feb 2006 04:24:31 +0000

Index: emacs/man/display.texi
diff -u emacs/man/display.texi:1.112 emacs/man/display.texi:1.113
--- emacs/man/display.texi:1.112        Tue Jan 31 18:39:00 2006
+++ emacs/man/display.texi      Thu Feb  2 04:24:31 2006
@@ -557,13 +557,13 @@
 @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]