From 5b1fc15269f666601cd773250804e588c80b909f Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 7 Dec 2002 22:37:34 +0000 Subject: [PATCH] (Unloading): Fix last change for load-history. --- lispref/ChangeLog | 2 ++ lispref/loading.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index da7e4f2435b..250de32e2c4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2002-12-07 Markus Rost + * loading.texi (Unloading): Fix last change for load-history. + * customize.texi (Simple Types): Clarify decription of custom type 'number. Describe new custom type 'float. diff --git a/lispref/loading.texi b/lispref/loading.texi index 7fcf6fbc4b2..0292088447c 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -769,7 +769,7 @@ The symbol @var{var} was defined as a variable. The feature @var{feature} was required. @item (provide . @var{feature}) The feature @var{feature} was provided. -@end itemize +@end table The value of @code{load-history} may have one element whose @sc{car} is @code{nil}. This element describes definitions made with -- 2.39.5