aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2016-06-19 00:54:28 +0200
committerPaul Eggert2016-06-19 00:54:28 +0200
commita985d2b09bb88f31b27b02c3131cb34c5879d767 (patch)
tree2fa504710c533f7f9557987ba14b5b1747a9b851 /doc/misc
parentf01684313faa9803ddc69e71b66d9a469f955348 (diff)
parentd1efbafdf2cad59b80981d18bb7c6cfdf4d44850 (diff)
downloademacs-a985d2b09bb88f31b27b02c3131cb34c5879d767.tar.gz
emacs-a985d2b09bb88f31b27b02c3131cb34c5879d767.zip
Merge from origin/emacs-25
d1efbaf Fix documentation of completion functions 65c96cc Clarify documentation of 'font-lock-maximum-decoration' 2ad3d01 * doc/misc/cl.texi (Usage): Add some more details. b49cb0a Fbackward_prefix_chars: stay within buffer bounds
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/cl.texi5
1 files changed, 5 insertions, 0 deletions
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:
148You may wish to add such a statement to your init file, if you 148You may wish to add such a statement to your init file, if you
149make frequent use of features from this package. 149make frequent use of features from this package.
150 150
151Code that only uses macros from this package can enclose the above in
152@code{eval-when-compile}. Internally, this library is divided into
153several files, @pxref{Organization}. Your code should only ever load
154the main @file{cl-lib} file, which will load the others as needed.
155
151@node Organization 156@node Organization
152@section Organization 157@section Organization
153 158