From de968ddbdd931d1f21bc98c9b117b2b1e447d451 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Jan 2005 17:45:23 +0000 Subject: [PATCH] (Special Properties): Minor change. --- lispref/ChangeLog | 8 ++++++++ lispref/text.texi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index baddbd958fa..0e422423656 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2005-01-06 Richard M. Stallman + + * text.texi (Special Properties): Minor change. + + * os.texi (Timers): Clarify previous change. + + * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg. + 2005-01-01 Luc Teirlinck * 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; A face name (a symbol or string). @item -Starting in Emacs 21, a property list of face attributes. This has the +A property list of face attributes. This has the form (@var{keyword} @var{value} @dots{}), where each @var{keyword} is a face attribute name and @var{value} is a meaningful value for that attribute. With this feature, you do not need to create a face each -- 2.39.5