]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties): Clean up previous change.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 17 Jul 2006 04:20:41 +0000 (04:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 17 Jul 2006 04:20:41 +0000 (04:20 +0000)
lispref/text.texi

index 2974ad25e681c72e0cb994e9ab604580e3a03310..59fbbf90c257156019339bb63c7da001c8d85a38 100644 (file)
@@ -3023,9 +3023,9 @@ Font locking is disabled, or the character's @code{face} property, if
 any, is invalid.
 
 @item @code{defer}
-The character's @code{face} property is invalid and it needs deferred
-fontification.  It is used only when ``just in time'' font locking is
-enabled.
+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.