]> git.eshelyaron.com Git - emacs.git/commitdiff
* text.texi (Special Properties): Clarify the format of `face'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jul 2011 20:37:54 +0000 (22:37 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jul 2011 20:37:54 +0000 (22:37 +0200)
Fixes: debbugs:1375
doc/lispref/ChangeLog
doc/lispref/text.texi

index 773321f3c675363d566622c206043c01a80850d7..7e8dac0cb27c284daf953d1b3793b03fbef060b9 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * text.texi (Special Properties): Clarify the format of `face'
+       (bug#1375).
+
        * commands.texi (Interactive Call): Add a `call-interactively'
        example (bug#1010).
 
index 7d2c3831a5a26e17bb48b77a7dcfb7c60a72eb58..2d4873522433d48e7bca200c3ccf7b8737f6a211 100644 (file)
@@ -2978,8 +2978,7 @@ character.
 You can use the property @code{face} to control the font and color of
 text.  @xref{Faces}, for more information.
 
-In the simplest case, the value is a face name.  It can also be a list;
-then each element can be any of these possibilities;
+@code{face} can be the following:
 
 @itemize @bullet
 @item
@@ -2994,8 +2993,8 @@ time you want to specify a particular attribute for certain text.
 @xref{Face Attributes}.
 @end itemize
 
-It works to use the latter two forms directly as the value
-of the @code{face} property.
+@code{face} can also be a list, where each element uses one of the
+forms listed above.
 
 Font Lock mode (@pxref{Font Lock Mode}) works in most buffers by
 dynamically updating the @code{face} property of characters based on