emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/text.texi


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sun, 19 Mar 2006 20:36:22 +0000

Index: emacs/lispref/text.texi
diff -u emacs/lispref/text.texi:1.114 emacs/lispref/text.texi:1.115
--- emacs/lispref/text.texi:1.114       Sat Mar 11 22:41:41 2006
+++ emacs/lispref/text.texi     Sun Mar 19 20:36:21 2006
@@ -2994,9 +2994,25 @@
 
 @item fontified
 @kindex fontified @r{(text property)}
-This property, if address@hidden, says that text in the buffer has
-had faces assigned automatically by a feature such as Font-Lock mode.
address@hidden Faces}.
+This property says whether the text has had faces 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 these three values---other values are invalid:
+
address@hidden @asis
address@hidden @code{nil}
+Font locking is disabled, or the @code{face} properties on the text,
+if any, are invalid.
+
address@hidden The symbol @code{defer}
+This value states that the text's @code{face} properties are invalid
+and marks it for deferred fontification.  It is used only when ``just
+in time'' font locking is enabled.
+
address@hidden @code{t}
+The @code{face} properties, or lack of them, on the text are currently
+valid.
address@hidden table
 
 @item display
 @kindex display @r{(text property)}




reply via email to

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