From 6a57054b576a7b5710f4ee1a095eff1b0309dd0e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Sep 2008 08:02:00 +0000 Subject: [PATCH] * loading.texi (Where Defined): Add `defface' item. --- doc/lispref/ChangeLog | 6 +++++- doc/lispref/loading.texi | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a6c6ebf7a1b..6b75681ef2e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2008-09-09 Juanma Barranquero + + * loading.texi (Where Defined): Add `defface' item. + 2008-09-06 Martin Rudalics * 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. diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index ce471ac7c38..53067897f88 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -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}) -- 2.39.5