From: Glenn Morris Date: Mon, 3 Feb 2014 07:26:59 +0000 (-0800) Subject: * doc/misc/cl.texi (Blocks and Exits): Tweak earlier change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce0ef8febf40acb27f86e57ac82c7409d13d21ab;p=emacs.git * doc/misc/cl.texi (Blocks and Exits): Tweak earlier change. --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 2e3dd7434e0..f0ac289acab 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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