diff options
Diffstat (limited to 'doc/misc')
| -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 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 |
| 4398 | which is the most efficient ways of doing this operation | 4398 | which is the most efficient way of doing this operation |
| 4399 | in Lisp. Thus, there is no performance penalty for using the more | 4399 | in Lisp. Thus, there is no performance penalty for using the more |
| 4400 | readable @code{cl-incf} form in your compiled code. | 4400 | readable @code{cl-incf} form in your compiled code. |
| 4401 | 4401 | ||