summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-06-17 12:55:06 -0400
committerGlenn Morris <rgm@gnu.org>2016-06-17 12:55:06 -0400
commit2ad3d0182df68f00cca57584807f721c3c5c96f1 (patch)
treeb6a7727531f7b98c17cb1a2adce4a19765634dcc /doc
parentb49cb0ab9c165c1e861b5dfac5eb7ef6cb9e4e3a (diff)
* doc/misc/cl.texi (Usage): Add some more details.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/cl.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index a98d0ac455..c62fa727c1 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -148,6 +148,11 @@ the beginning:
You may wish to add such a statement to your init file, if you
make frequent use of features from this package.
+Code that only uses macros from this package can enclose the above in
+@code{eval-when-compile}. Internally, this library is divided into
+several files, @pxref{Organization}. Your code should only ever load
+the main @file{cl-lib} file, which will load the others as needed.
+
@node Organization
@section Organization