aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-06 17:45:23 +0000
committerRichard M. Stallman2005-01-06 17:45:23 +0000
commitde968ddbdd931d1f21bc98c9b117b2b1e447d451 (patch)
tree24d90b4ffc48a2bab884f1e96256f402b90cdacc
parenta5c813314904b0ce2e1e1df48b3d262a615330d6 (diff)
downloademacs-de968ddbdd931d1f21bc98c9b117b2b1e447d451.tar.gz
emacs-de968ddbdd931d1f21bc98c9b117b2b1e447d451.zip
(Special Properties): Minor change.
-rw-r--r--lispref/ChangeLog8
-rw-r--r--lispref/text.texi2
2 files changed, 9 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index baddbd958fa..0e422423656 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,11 @@
12005-01-06 Richard M. Stallman <rms@gnu.org>
2
3 * text.texi (Special Properties): Minor change.
4
5 * os.texi (Timers): Clarify previous change.
6
7 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8
12005-01-01 Luc Teirlinck <teirllm@auburn.edu> 92005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2 10
3 * display.texi (Face Attributes): Correct xref to renamed node. 11 * display.texi (Face Attributes): Correct xref to renamed node.
diff --git a/lispref/text.texi b/lispref/text.texi
index 1daad58ee7f..b6e6c9670e0 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2826,7 +2826,7 @@ then each element can be any of these possibilities;
2826A face name (a symbol or string). 2826A face name (a symbol or string).
2827 2827
2828@item 2828@item
2829Starting in Emacs 21, a property list of face attributes. This has the 2829A property list of face attributes. This has the
2830form (@var{keyword} @var{value} @dots{}), where each @var{keyword} is a 2830form (@var{keyword} @var{value} @dots{}), where each @var{keyword} is a
2831face attribute name and @var{value} is a meaningful value for that 2831face attribute name and @var{value} is a meaningful value for that
2832attribute. With this feature, you do not need to create a face each 2832attribute. With this feature, you do not need to create a face each