diff options
| author | Richard M. Stallman | 2001-09-06 19:50:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-06 19:50:51 +0000 |
| commit | 9012a201f92eeb7e06904eeecb663ba0ca90cea4 (patch) | |
| tree | e16e82b8c6ee21044735259b5dab379f1ac2b2fa /lispref/loading.texi | |
| parent | ae9b6b4a99dd216afb7bc8fac241a898576573da (diff) | |
| download | emacs-9012a201f92eeb7e06904eeecb663ba0ca90cea4.tar.gz emacs-9012a201f92eeb7e06904eeecb663ba0ca90cea4.zip | |
Minor clarifications.
Diffstat (limited to 'lispref/loading.texi')
| -rw-r--r-- | lispref/loading.texi | 4 |
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 |
| 740 | Symbols that were defined by this library. | 740 | Symbols that were defined by this library. |
| 741 | @item | 741 | @item |
| 742 | Lists of the form @code{(require . @var{feature})} indicating | 742 | Cons cells of the form @code{(require . @var{feature})} indicating |
| 743 | features that were required. | 743 | features that were required. |
| 744 | @item | 744 | @item |
| 745 | Lists of the form @code{(provide . @var{feature})} indicating | 745 | Cons cells of the form @code{(provide . @var{feature})} indicating |
| 746 | features that were provided. | 746 | features that were provided. |
| 747 | @end itemize | 747 | @end itemize |
| 748 | 748 | ||