From: Richard M. Stallman Date: Thu, 6 Jan 2005 17:45:23 +0000 (+0000) Subject: (Special Properties): Minor change. X-Git-Tag: ttn-vms-21-2-B4~2892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de968ddbdd931d1f21bc98c9b117b2b1e447d451;p=emacs.git (Special Properties): Minor change. --- 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