diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1564 | (a statement). This distinction is made before macroexpansion. | 1564 | (a statement). This distinction is made before macroexpansion. |
| 1565 | Statements are executed in sequence, discarding any return value. | 1565 | Statements are executed in sequence, discarding any return value. |
| 1566 | Any statement can transfer control at any time to the statements that follow | 1566 | Any statement can transfer control at any time to the statements that follow |
| 1567 | one of the labels with the special form @code{(go LABEL)}. | 1567 | one of the labels with the special form @code{(go @var{label})}. |
| 1568 | Labels have lexical scope and dynamic extent. | 1568 | Labels have lexical scope and dynamic extent. |
| 1569 | @end defmac | 1569 | @end defmac |
| 1570 | 1570 | ||