emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116252: * doc/misc/cl.texi (Blocks and Exits): Twea


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116252: * doc/misc/cl.texi (Blocks and Exits): Tweak earlier change.
Date: Mon, 03 Feb 2014 07:27:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116252
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-02 23:26:59 -0800
message:
  * doc/misc/cl.texi (Blocks and Exits): Tweak earlier change.
modified:
  doc/misc/cl.texi               cl.texi-20091113204419-o5vbwnq5f7feedwu-6292
=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2014-02-03 02:58:13 +0000
+++ b/doc/misc/cl.texi  2014-02-03 07:26:59 +0000
@@ -1564,7 +1564,7 @@
 (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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]