From 2ad3d0182df68f00cca57584807f721c3c5c96f1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 17 Jun 2016 12:55:06 -0400 Subject: [PATCH] * doc/misc/cl.texi (Usage): Add some more details. --- doc/misc/cl.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2