From 6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Jan 2018 17:20:41 -0500 Subject: [PATCH] * doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo. --- doc/misc/cl.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5