From: Glenn Morris Date: Wed, 24 Jan 2018 22:20:41 +0000 (-0500) Subject: * doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo. X-Git-Tag: emacs-26.1-rc1~324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7;p=emacs.git * doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo. --- 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 @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.