X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1-translators.lisp;h=e4c4d62cf92f5fc5c3966572f5e97ddab0929174;hb=c1aa8b6b5b870f21bc8c81da85708e9d71d4eb93;hp=c4289ed08d058be3f73c6aa1ef962673f7396c7a;hpb=6fa7b9f967304c090078b835c5419d816c017d8d;p=sbcl.git diff --git a/src/compiler/ir1-translators.lisp b/src/compiler/ir1-translators.lisp index c4289ed..e4c4d62 100644 --- a/src/compiler/ir1-translators.lisp +++ b/src/compiler/ir1-translators.lisp @@ -705,7 +705,7 @@ form to reference any of the previous VARS." #!+sb-doc "LOCALLY declaration* form* -Sequentially evaluate the FORMS in a lexical environment where the the +Sequentially evaluate the FORMS in a lexical environment where the DECLARATIONS have effect. If LOCALLY is a top level form, then the FORMS are also processed as top level forms." (ir1-translate-locally body start next result))