diff options
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/cl.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 979ec83010e..e8a5a7e22b2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-05 Xue Fuqiao <xfq.free@gmail.com> + + * cl.texi (Blocks and Exits): Add an index. + 2013-08-04 Stephen Berman <stephen.berman@gmx.net> * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 90f8a258d23..1b5ea6e78dd 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -1492,6 +1492,7 @@ simply returning @code{nil}. @node Blocks and Exits @section Blocks and Exits +@cindex block @noindent Common Lisp @dfn{blocks} provide a non-local exit mechanism very |