]> git.eshelyaron.com Git - emacs.git/commitdiff
* loading.texi (Where Defined): Add `defface' item.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Sep 2008 08:02:00 +0000 (08:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 9 Sep 2008 08:02:00 +0000 (08:02 +0000)
doc/lispref/ChangeLog
doc/lispref/loading.texi

index a6c6ebf7a1bb07780d062e48caa0dee39545c499..6b75681ef2e0d4b74f4e8bb61e1b620774eeccfd 100644 (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.
index ce471ac7c38f8240f3a7be5461efdf346176aa52..53067897f88fa064fb21fb3ad0583a3982b6c61d 100644 (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})