mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* doc/misc/cl.texi (Usage): Add some more details.
This commit is contained in:
parent
b49cb0ab9c
commit
2ad3d0182d
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,11 @@ the beginning:
|
||||||
You may wish to add such a statement to your init file, if you
|
You may wish to add such a statement to your init file, if you
|
||||||
make frequent use of features from this package.
|
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
|
@node Organization
|
||||||
@section Organization
|
@section Organization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue