emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 6cd4e8d: * doc/misc/cl.texi (Efficiency Concerns)


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 6cd4e8d: * doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo.
Date: Wed, 24 Jan 2018 17:20:51 -0500 (EST)

branch: emacs-26
commit 6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 76f739f..709e983 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]