aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-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 76f739f1ed6..709e9836c90 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -4395,7 +4395,7 @@ is expanded at compile-time to the Lisp form
4395@end example 4395@end example
4396 4396
4397@noindent 4397@noindent
4398which is the most efficient ways of doing this operation 4398which is the most efficient way of doing this operation
4399in Lisp. Thus, there is no performance penalty for using the more 4399in Lisp. Thus, there is no performance penalty for using the more
4400readable @code{cl-incf} form in your compiled code. 4400readable @code{cl-incf} form in your compiled code.
4401 4401