X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Fcl.info-1;h=d0cc813a712f2ae8c7a348820411e8290503d857;hb=25c73cdbede669f1ef7e9d1f6f8a612ecb463b9c;hp=11eb3c963d7d98099f8eba9caa3fe745d24662e2;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git diff --git a/info/cl.info-1 b/info/cl.info-1 index 11eb3c9..d0cc813 100644 --- a/info/cl.info-1 +++ b/info/cl.info-1 @@ -909,7 +909,7 @@ variables. strictly speaking redundant now that `setf' exists. Many programmers continue to prefer `setq' for setting simple variables, though, purely for stylistic or historical reasons. - The macro `(setf x y)' actually expands to `(setq x y)', so + The form `(setf x y)' actually expands to `(setq x y)', so there is no performance penalty for using it in compiled code. * A call to any of the following Lisp functions: