1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

* doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo.

This commit is contained in:
Glenn Morris 2018-01-24 17:20:41 -05:00
parent 1412cf3edd
commit 6cd4e8dcc5

View File

@ -4395,7 +4395,7 @@ is expanded at compile-time to the Lisp form
@end example
@noindent
which is the most efficient ways of doing this operation
which is the most efficient way of doing this operation
in Lisp. Thus, there is no performance penalty for using the more
readable @code{cl-incf} form in your compiled code.