]> code.delx.au - gnu-emacs/commitdiff
* doc/misc/cl.texi (Usage): Add some more details.
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Jun 2016 16:55:06 +0000 (12:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Jun 2016 16:55:06 +0000 (12:55 -0400)
doc/misc/cl.texi

index a98d0ac455bd43bf0f5589127ee0c3c44a857b28..c62fa727c1059f44401a86ed182f6ec48b615226 100644 (file)
@@ -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