X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-cltl2%2Fenv.lisp;h=3b90608966c60a71b4a1c31b81923adb7e392c0c;hb=54da325f13fb41669869aea688ae195426c0e231;hp=7b479c855616a489a47203f79e848ac9183e738d;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/contrib/sb-cltl2/env.lisp b/contrib/sb-cltl2/env.lisp index 7b479c8..3b90608 100644 --- a/contrib/sb-cltl2/env.lisp +++ b/contrib/sb-cltl2/env.lisp @@ -291,7 +291,7 @@ The second value is true if NAME is bound locally. This is currently always NIL for special variables, although arguably it should be T when there is a lexically apparent binding for the special variable. -The third value is an alist describind the declarations that apply to +The third value is an alist describing the declarations that apply to the function NAME. Standard declaration specifiers that may appear in CARS of the alist include: @@ -414,8 +414,8 @@ the condition types that have been muffled." (defun parse-macro (name lambda-list body &optional env) "Process a macro definition of the kind that might appear in a DEFMACRO form into a lambda expression of two variables: a form and an environment. The -lambda edxpression will parse its form argument, binding the variables in -LAMBDA-LIST appropriately, and then excute BODY with those bindings in +lambda expression will parse its form argument, binding the variables in +LAMBDA-LIST appropriately, and then execute BODY with those bindings in effect." (declare (ignore env)) (with-unique-names (whole environment)