diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-08 01:19:34 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-08 01:19:34 +0000 |
commit | e3d3799a7134dbbe9cb05f35499c3634c339b1f5 (patch) | |
tree | 091c25d4b9a76e4487b1a26abb8b8c1c6d99e710 | |
parent | eb9c16e548379c3d83f621ef533d8d46c58101ab (diff) | |
download | emacs-e3d3799a7134dbbe9cb05f35499c3634c339b1f5.tar.gz emacs-e3d3799a7134dbbe9cb05f35499c3634c339b1f5.tar.bz2 emacs-e3d3799a7134dbbe9cb05f35499c3634c339b1f5.zip |
* display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute. Add :foundry attribute. Document new role of
:font attribute. Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
-rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bbc7450dabe..078a2e620bd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,14 @@ +2009-01-08 Chong Yidong <cyd@stupidchicken.com> + + * display.texi (Faces): Don't discuss face id here. facep does + not return t. + (Defining Faces): Minor clarification. + (Face Attributes): Rearrange items to match docstring of + set-face-attribute. Add :foundry attribute. Document new role of + :font attribute. Texinfo usage fix. + (Attribute Functions): Copyedits. + (Face Functions): Note that face number is seldom used. + 2009-01-05 Richard M Stallman <rms@gnu.org> * strings.texi (Predicates for Strings): Minor clarification. |