]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties): Correct meaning of fontified face. Text
authorChong Yidong <cyd@stupidchicken.com>
Fri, 1 Jun 2007 02:05:39 +0000 (02:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 1 Jun 2007 02:05:39 +0000 (02:05 +0000)
suggested by Stefan Monnier.

lispref/text.texi

index 9a6415f375c65c0f9650c93057b3f4ec7be107e9..4448e1cc402dfa4dcb89e005e2ad625867081dba 100644 (file)
@@ -3026,24 +3026,11 @@ that all text between the character and where the mouse is have the same
 
 @item fontified
 @kindex fontified @r{(text property)}
-This property says whether the character has a face assigned to it by font
-locking.  The display engine tests it to decide whether a buffer
-portion needs refontifying before display.  @xref{Auto Faces}.  It
-takes one of three values:
-
-@table @asis
-@item @code{nil}
-Font locking is disabled, or the character's @code{face} property, if
-any, is invalid.
-
-@item @code{defer}
-This value is only used when ``just in time'' font locking is enabled
-and it means that the character's @code{face} property is invalid and
-needs deferred fontification.
-
-@item @code{t}
-The character's @code{face} property, or absence of one, is valid.
-@end table
+This property says whether the text is ready for display.  If
+@code{nil}, Emacs's redisplay routine calls the functions in
+@code{fontification-functions} (@pxref{Auto Faces}) to prepare this
+part of the buffer before it is displayed.  It is used internally by
+the ``just in time'' font locking code.
 
 @item display
 This property activates various features that change the