1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* loading.texi (Where Defined): Add `defface' item.

This commit is contained in:
Juanma Barranquero 2008-09-09 08:02:00 +00:00
parent 14ce5fc25c
commit 6a57054b57
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -833,6 +833,8 @@ redefined it as a function. The following element is always
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})