diff options
| author | Paul Eggert | 2016-06-19 00:54:28 +0200 |
|---|---|---|
| committer | Paul Eggert | 2016-06-19 00:54:28 +0200 |
| commit | a985d2b09bb88f31b27b02c3131cb34c5879d767 (patch) | |
| tree | 2fa504710c533f7f9557987ba14b5b1747a9b851 /doc/misc | |
| parent | f01684313faa9803ddc69e71b66d9a469f955348 (diff) | |
| parent | d1efbafdf2cad59b80981d18bb7c6cfdf4d44850 (diff) | |
| download | emacs-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.texi | 5 |
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: | |||
| 148 | You may wish to add such a statement to your init file, if you | 148 | You may wish to add such a statement to your init file, if you |
| 149 | make frequent use of features from this package. | 149 | make frequent use of features from this package. |
| 150 | 150 | ||
| 151 | Code that only uses macros from this package can enclose the above in | ||
| 152 | @code{eval-when-compile}. Internally, this library is divided into | ||
| 153 | several files, @pxref{Organization}. Your code should only ever load | ||
| 154 | the 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 | ||