Mercurial > emacs
changeset 98106:43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Sep 2008 08:02:00 +0000 |
parents | 335a46d662d1 |
children | 77ec19652e4d |
files | doc/lispref/ChangeLog doc/lispref/loading.texi |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue Sep 09 06:23:40 2008 +0000 +++ b/doc/lispref/ChangeLog Tue Sep 09 08:02:00 2008 +0000 @@ -1,3 +1,7 @@ +2008-09-09 Juanma Barranquero <lekktu@gmail.com> + + * loading.texi (Where Defined): Add `defface' item. + 2008-09-06 Martin Rudalics <rudalics@gmx.at> * loading.texi (Where Defined): Fix description of symbol-file. @@ -62,7 +66,7 @@ * book-spine.texinfo: Set version to 23.0.60. * vol1.texi (EMACSVER): - * vol2.texi (EMACSVER): Set to 23.0.60. + * vol2.texi (EMACSVER): Set to 23.0.60. * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text as per maintain.info.
--- a/doc/lispref/loading.texi Tue Sep 09 06:23:40 2008 +0000 +++ b/doc/lispref/loading.texi Tue Sep 09 08:02:00 2008 +0000 @@ -833,6 +833,8 @@ function. @item (autoload . @var{fun}) The function @var{fun} was defined as an autoload. +@item (defface . @var{face}) +The face @var{face} was defined. @item (require . @var{feature}) The feature @var{feature} was required. @item (provide . @var{feature})