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 @@ | |||
| 1 | 2013-08-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * cl.texi (Blocks and Exits): Add an index. | ||
| 4 | |||
| 1 | 2013-08-04 Stephen Berman <stephen.berman@gmx.net> | 5 | 2013-08-04 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 6 | ||
| 3 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. | 7 | * 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}. | |||
| 1492 | 1492 | ||
| 1493 | @node Blocks and Exits | 1493 | @node Blocks and Exits |
| 1494 | @section Blocks and Exits | 1494 | @section Blocks and Exits |
| 1495 | @cindex block | ||
| 1495 | 1496 | ||
| 1496 | @noindent | 1497 | @noindent |
| 1497 | Common Lisp @dfn{blocks} provide a non-local exit mechanism very | 1498 | Common Lisp @dfn{blocks} provide a non-local exit mechanism very |