* doc/misc/cl.texi (Blocks and Exits): Tweak earlier change.

This commit is contained in:
Glenn Morris
2014-02-02 23:26:59 -08:00
parent 34baf96c31
commit ce0ef8febf

View File

@@ -1564,7 +1564,7 @@ be either a label (an integer or a symbol), or a cons-cell
(a statement). This distinction is made before macroexpansion.
Statements are executed in sequence, discarding any return value.
Any statement can transfer control at any time to the statements that follow
one of the labels with the special form @code{(go LABEL)}.
one of the labels with the special form @code{(go @var{label})}.
Labels have lexical scope and dynamic extent.
@end defmac