diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-07-17 04:20:41 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-07-17 04:20:41 +0000 |
commit | c9abd530020ee72a61b698f15d573619d7a4971b (patch) | |
tree | 513c3c952251c6e74e968c69b6852138fc1bdbe3 /lispref/text.texi | |
parent | 7e1c1289f923bff74732465800a9b0b95e6c2bd5 (diff) | |
download | emacs-c9abd530020ee72a61b698f15d573619d7a4971b.tar.gz |
(Special Properties): Clean up previous change.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r-- | lispref/text.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 2974ad25e68..59fbbf90c25 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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. |