From: Glenn Morris Date: Fri, 17 Jun 2016 16:55:06 +0000 (-0400) Subject: * doc/misc/cl.texi (Usage): Add some more details. X-Git-Tag: emacs-25.1-rc1~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ad3d01;p=emacs.git * doc/misc/cl.texi (Usage): Add some more details. --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index a98d0ac455b..c62fa727c10 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