diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-12-30 19:08:32 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-12-30 19:08:32 +0200 |
commit | 634425957a55b272b0e06a617c725766e1ae0ee9 (patch) | |
tree | ea3269a6163fc30c2678c4ec564a8f73df5c3c8f /doc/misc/cl.texi | |
parent | 564eb533f9f36bbc1a18ea17522d97fa21d1b4bc (diff) |
Revert @documentencoding changes in the docs.
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 2d383c2f04..49c0256847 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -1,8 +1,6 @@ \input texinfo @c -*-texinfo-*- @setfilename ../../info/cl @settitle Common Lisp Extensions -@documentencoding UTF-8 -@documentlanguage en @include emacsver.texi @copying @@ -1497,7 +1495,7 @@ simply returning @code{nil}. @node Blocks and Exits @section Blocks and Exits -@cindex block +@cindex block @noindent Common Lisp @dfn{blocks} provide a non-local exit mechanism very |