diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-05 21:28:29 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-05 21:28:29 +0800 |
commit | 57fedd9fe118489c8dfa3a4d3baee1b9a7a6fad0 (patch) | |
tree | 783ff0d1babcbacad135483dccf64ed8444746ea /doc/misc/cl.texi | |
parent | 38276e01dbc7519f1c79423c909c2703f8415ca8 (diff) | |
download | emacs-57fedd9fe118489c8dfa3a4d3baee1b9a7a6fad0.tar.gz |
* doc/misc/cl.texi (Blocks and Exits): Add an index.
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |