X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fcompiler.sgml;fp=doc%2Fcompiler.sgml;h=9fc61a226a9777fe9f0a27cabccd72cf47a8266d;hb=5ec8d0c1c8b7939818b75118b472fac1af554f9a;hp=44e62cecf9f61c3c1d9f4e7523cfb0a237af8e6b;hpb=c614e496a22086f6aa1a747e4bef883c74b8a597;p=sbcl.git diff --git a/doc/compiler.sgml b/doc/compiler.sgml index 44e62ce..9fc61a2 100644 --- a/doc/compiler.sgml +++ b/doc/compiler.sgml @@ -51,7 +51,7 @@ message: with-compilation-unit is used to delay undefined warnings. in: DEFUN FOO This is the - definition top-level form responsible for the error. It is + definition top level form responsible for the error. It is obtained by taking the first two elements of the enclosing form whose first element is a symbol beginning with def. If there is no such enclosing def form, then the @@ -63,7 +63,7 @@ message: original source form responsible for the error. Original source means that the form directly appeared in the original input to the compiler, i.e. in the lambda passed to - compile or in the top-level form read from the + compile or in the top level form read from the source file. In this example, the expansion of the zoq macro was responsible for the error. --> ROQ PLOQ + This is the