emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 2ad3d01: * doc/misc/cl.texi (Usage): Add some mor


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 2ad3d01: * doc/misc/cl.texi (Usage): Add some more details.
Date: Fri, 17 Jun 2016 16:55:10 +0000 (UTC)

branch: emacs-25
commit 2ad3d0182df68f00cca57584807f721c3c5c96f1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 a98d0ac..c62fa72 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
address@hidden  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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]