diff options
author | Glenn Morris <rgm@gnu.org> | 2016-06-17 12:55:06 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-06-17 12:55:06 -0400 |
commit | 2ad3d0182df68f00cca57584807f721c3c5c96f1 (patch) | |
tree | b6a7727531f7b98c17cb1a2adce4a19765634dcc /doc | |
parent | b49cb0ab9c165c1e861b5dfac5eb7ef6cb9e4e3a (diff) |
* doc/misc/cl.texi (Usage): Add some more details.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/cl.texi | 5 |
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 |