X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fcmucl%2Fcmu-user%2Fcmu-user.tex;fp=doc%2Fcmucl%2Fcmu-user%2Fcmu-user.tex;h=931a3f1560c3116b20cbdef8983690f2920c2e64;hb=2d195da5e29feadce7190ea1a68a2efa83a5e1c0;hp=8623c0daea5bfb971db52192f84691c8122ee73e;hpb=8eb659eee63e989f2f3da5673c3ac00a6712f567;p=sbcl.git diff --git a/doc/cmucl/cmu-user/cmu-user.tex b/doc/cmucl/cmu-user/cmu-user.tex index 8623c0d..931a3f1 100644 --- a/doc/cmucl/cmu-user/cmu-user.tex +++ b/doc/cmucl/cmu-user/cmu-user.tex @@ -11789,7 +11789,7 @@ must be an array of one of the following types: array) (optimize (speed 3) (safety 0)) (ext:optimize-interface (safety 3))) - ;; with-array-data will get us to the actual data. However, because + ;; WITH-ARRAY-DATA will get us to the actual data. However, because ;; the array could have been displaced, we need to know where the ;; data starts. (lisp::with-array-data ((data array)