aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-02 18:58:13 -0800
committerGlenn Morris2014-02-02 18:58:13 -0800
commitf16a3d523afc1a0c6bf7095f5f755ca16f8419d0 (patch)
tree2609415c9014401a789cb9b106f7d9248caa3f81 /etc
parenteb9b8ff6af3e5339e6c051b7be13be76a52f22f4 (diff)
downloademacs-f16a3d523afc1a0c6bf7095f5f755ca16f8419d0.tar.gz
emacs-f16a3d523afc1a0c6bf7095f5f755ca16f8419d0.zip
* doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 21480b02cd0..cfcb74cf782 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -424,7 +424,9 @@ For example, this enables parsing of macros that open new namespaces.
424 424
425** cl-lib 425** cl-lib
426 426
427+++
427*** New macro `cl-tagbody'. 428*** New macro `cl-tagbody'.
429This executes statements while allowing for control transfer to labels.
428 430
429+++ 431+++
430*** letf is now just an alias for cl-letf. 432*** letf is now just an alias for cl-letf.