diff options
| author | Richard M. Stallman | 2005-01-06 17:45:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-06 17:45:23 +0000 |
| commit | de968ddbdd931d1f21bc98c9b117b2b1e447d451 (patch) | |
| tree | 24d90b4ffc48a2bab884f1e96256f402b90cdacc | |
| parent | a5c813314904b0ce2e1e1df48b3d262a615330d6 (diff) | |
| download | emacs-de968ddbdd931d1f21bc98c9b117b2b1e447d451.tar.gz emacs-de968ddbdd931d1f21bc98c9b117b2b1e447d451.zip | |
(Special Properties): Minor change.
| -rw-r--r-- | lispref/ChangeLog | 8 | ||||
| -rw-r--r-- | lispref/text.texi | 2 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-01-01 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2005-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; | |||
| 2826 | A face name (a symbol or string). | 2826 | A face name (a symbol or string). |
| 2827 | 2827 | ||
| 2828 | @item | 2828 | @item |
| 2829 | Starting in Emacs 21, a property list of face attributes. This has the | 2829 | A property list of face attributes. This has the |
| 2830 | form (@var{keyword} @var{value} @dots{}), where each @var{keyword} is a | 2830 | form (@var{keyword} @var{value} @dots{}), where each @var{keyword} is a |
| 2831 | face attribute name and @var{value} is a meaningful value for that | 2831 | face attribute name and @var{value} is a meaningful value for that |
| 2832 | attribute. With this feature, you do not need to create a face each | 2832 | attribute. With this feature, you do not need to create a face each |