From: Nick Roberts Date: Mon, 17 Jul 2006 04:20:41 +0000 (+0000) Subject: (Special Properties): Clean up previous change. X-Git-Tag: emacs-pretest-22.0.90~1413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9abd530020ee72a61b698f15d573619d7a4971b;p=emacs.git (Special Properties): Clean up previous change. --- 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.