diff options
author | Glenn Morris <rgm@gnu.org> | 2018-01-24 17:20:41 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-01-24 17:20:41 -0500 |
commit | 6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7 (patch) | |
tree | be6671bcce43deff475aaca3b4ef9bad7e5b51d2 | |
parent | 1412cf3edd65103649cd7318c39ee4adeea43416 (diff) | |
download | emacs-6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7.tar.gz emacs-6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7.tar.bz2 emacs-6cd4e8dcc50b2072e4eccba111dbb188eb61ebb7.zip |
* doc/misc/cl.texi (Efficiency Concerns): Fix 2012-10-27 typo.
-rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |