aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/loading.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a6c6ebf7a1..6b75681ef2 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-09 Juanma Barranquero <[email protected]>
+
+ * loading.texi (Where Defined): Add `defface' item.
+
2008-09-06 Martin Rudalics <[email protected]>
* 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 ce471ac7c3..53067897f8 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})