]> git.eshelyaron.com Git - emacs.git/commitdiff
* display.texi (Faces): Don't discuss face id here. facep does
authorChong Yidong <cyd@stupidchicken.com>
Thu, 8 Jan 2009 01:19:34 +0000 (01:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 8 Jan 2009 01:19:34 +0000 (01:19 +0000)
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.

doc/lispref/ChangeLog

index bbc7450dabe4666e6ef5ddd1193aa6c72bffc94b..078a2e620bd9bbc1420a02d8dc81621b04db5bee 100644 (file)
@@ -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.