diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/misc/cl.texi | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip | |
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'doc/misc/cl.texi')
| -rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 84f9b67b938..39561341b0d 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -356,7 +356,7 @@ is defined is automatically proclaimed @code{inline}, i.e., | |||
| 356 | calls to it may be expanded into in-line code by the byte compiler. | 356 | calls to it may be expanded into in-line code by the byte compiler. |
| 357 | This is analogous to the @code{defsubst} form; | 357 | This is analogous to the @code{defsubst} form; |
| 358 | @code{defsubst*} uses a different method (compiler macros) which | 358 | @code{defsubst*} uses a different method (compiler macros) which |
| 359 | works in all version of Emacs, and also generates somewhat more | 359 | works in all versions of Emacs, and also generates somewhat more |
| 360 | efficient inline expansions. In particular, @code{defsubst*} | 360 | efficient inline expansions. In particular, @code{defsubst*} |
| 361 | arranges for the processing of keyword arguments, default values, | 361 | arranges for the processing of keyword arguments, default values, |
| 362 | etc., to be done at compile-time whenever possible. | 362 | etc., to be done at compile-time whenever possible. |