]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/text.texi (Special Properties): Clarify role of font-lock-face.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jun 2011 18:45:28 +0000 (14:45 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Jun 2011 18:45:28 +0000 (14:45 -0400)
doc/lispref/ChangeLog
doc/lispref/text.texi

index f647bb00f918ff7368294d7d9e161adc46d9ff3b..b6b02686caf07d08d9d6819d13a7643f36bac57d 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Special Properties): Clarify role of font-lock-face.
+
 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * processes.texi (Process Information): Renamed `process-alive-p'
index 6a3f53c55e2caade24303ae1cabd576e8253e81a..7d2c3831a5a26e17bb48b77a7dcfb7c60a72eb58 100644 (file)
@@ -3003,18 +3003,18 @@ the context.
 
 @item font-lock-face
 @kindex font-lock-face @r{(text property)}
-The @code{font-lock-face} property is equivalent to the @code{face}
-property when Font Lock mode is enabled.  When Font Lock mode is disabled,
+This property specifies a value for the @code{face} property that Font
+Lock mode should apply to the underlying text.  It is one of the
+fontification methods used by Font Lock mode, and is useful for
+special modes that implement their own highlighting.
+@xref{Precalculated Fontification}.  When Font Lock mode is disabled,
 @code{font-lock-face} has no effect.
 
-The @code{font-lock-face} property is useful for special modes that
-implement their own highlighting.  @xref{Precalculated Fontification}.
-
 @item mouse-face
 @kindex mouse-face @r{(text property)}
-The property @code{mouse-face} is used instead of @code{face} when the
-mouse is on or near the character.  For this purpose, ``near'' means
-that all text between the character and where the mouse is have the same
+This property is used instead of @code{face} when the mouse is on or
+near the character.  For this purpose, ``near'' means that all text
+between the character and where the mouse is have the same
 @code{mouse-face} property value.
 
 @item fontified