]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 24 Jan 2018 22:20:41 +0000 (17:20 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 24 Jan 2018 22:20:41 +0000 (17:20 -0500)
doc/misc/cl.texi

index 76f739f1ed6d99467216f0e67f2cb471861aae83..709e9836c90cdc65d86231c773e7123fa0945a59 100644 (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.