aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/loading.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index efc1d991fbe..837da4c79a4 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -739,10 +739,10 @@ composed of these kinds of objects:
739@item 739@item
740Symbols that were defined by this library. 740Symbols that were defined by this library.
741@item 741@item
742Lists of the form @code{(require . @var{feature})} indicating 742Cons cells of the form @code{(require . @var{feature})} indicating
743features that were required. 743features that were required.
744@item 744@item
745Lists of the form @code{(provide . @var{feature})} indicating 745Cons cells of the form @code{(provide . @var{feature})} indicating
746features that were provided. 746features that were provided.
747@end itemize 747@end itemize
748 748