From: Lutz Euler Date: Fri, 20 Apr 2012 17:48:51 +0000 (+0200) Subject: Fix typos in docstrings. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=3cb0f1859061e97b42bd332afc20aa4cff2a4685;p=sbcl.git Fix typos in docstrings. In DEF-IR1-TRANSLATOR of TAGBODY and MACROLET. LP #958931, thanks to Juanma Barranquero. --- diff --git a/src/compiler/ir1-translators.lisp b/src/compiler/ir1-translators.lisp index 7d05f20..cd10e15 100644 --- a/src/compiler/ir1-translators.lisp +++ b/src/compiler/ir1-translators.lisp @@ -198,11 +198,11 @@ extent of the block." #!+sb-doc "TAGBODY {tag | statement}* -Define tags for use with GO. The STATEMENTS are evaluated in order ,skipping +Define tags for use with GO. The STATEMENTS are evaluated in order, skipping TAGS, and NIL is returned. If a statement contains a GO to a defined TAG within the lexical scope of the form, then control is transferred to the next -statement following that tag. A TAG must an integer or a symbol. A STATEMENT -must be a list. Other objects are illegal within the body." +statement following that tag. A TAG must be an integer or a symbol. A +STATEMENT must be a list. Other objects are illegal within the body." (start-block start) (ctran-starts-block next) (let* ((dummy (make-ctran)) @@ -352,7 +352,7 @@ Evaluate the FORMS in the specified SITUATIONS (any of :COMPILE-TOPLEVEL, "MACROLET ({(name lambda-list form*)}*) body-form* Evaluate the BODY-FORMS in an environment with the specified local macros -defined. Name is the local macro name, LAMBDA-LIST is a DEFMACRO style +defined. NAME is the local macro name, LAMBDA-LIST is a DEFMACRO style destructuring lambda list, and the FORMS evaluate to the expansion." (funcall-in-macrolet-lexenv definitions