emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104597: * doc/lispref/text.texi (Spe


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104597: * doc/lispref/text.texi (Special Properties): Clarify role of font-lock-face.
Date: Wed, 15 Jun 2011 14:45:28 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104597
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-15 14:45:28 -0400
message:
  * doc/lispref/text.texi (Special Properties): Clarify role of font-lock-face.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-06-15 17:30:41 +0000
+++ b/doc/lispref/ChangeLog     2011-06-15 18:45:28 +0000
@@ -1,3 +1,7 @@
+2011-06-15  Chong Yidong  <address@hidden>
+
+       * text.texi (Special Properties): Clarify role of font-lock-face.
+
 2011-06-15  Lars Magne Ingebrigtsen  <address@hidden>
 
        * processes.texi (Process Information): Renamed `process-alive-p'

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2011-05-29 22:41:06 +0000
+++ b/doc/lispref/text.texi     2011-06-15 18:45:28 +0000
@@ -3003,18 +3003,18 @@
 
 @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.
address@hidden 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


reply via email to

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