aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/cl.texi
diff options
context:
space:
mode:
authorChong Yidong2010-05-03 18:01:23 -0400
committerChong Yidong2010-05-03 18:01:23 -0400
commitda0bbbc4e336566be28cc99dce4b155d4a9a194f (patch)
treeb8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/misc/cl.texi
parentf034e1762ba3824627494e479a47189ec62db6d1 (diff)
downloademacs-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.texi2
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.,
356calls to it may be expanded into in-line code by the byte compiler. 356calls to it may be expanded into in-line code by the byte compiler.
357This is analogous to the @code{defsubst} form; 357This 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
359works in all version of Emacs, and also generates somewhat more 359works in all versions of Emacs, and also generates somewhat more
360efficient inline expansions. In particular, @code{defsubst*} 360efficient inline expansions. In particular, @code{defsubst*}
361arranges for the processing of keyword arguments, default values, 361arranges for the processing of keyword arguments, default values,
362etc., to be done at compile-time whenever possible. 362etc., to be done at compile-time whenever possible.