projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1412cf3
)
* doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo.
author
Glenn Morris
<rgm@gnu.org>
Wed, 24 Jan 2018 22:20:41 +0000
(17:20 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 24 Jan 2018 22:20:41 +0000
(17:20 -0500)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index 76f739f1ed6d99467216f0e67f2cb471861aae83..709e9836c90cdc65d86231c773e7123fa0945a59 100644
(file)
--- 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 way
s
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.