diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-29 15:51:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-29 15:51:23 +0000 |
commit | 3105a2cc30994cc1dbc2cb0af8a6a2d60c2bae85 (patch) | |
tree | 56024252ec69daf92b02305474b50f140331a87c /man/cl.texi | |
parent | c3a2e2d5ad1ab49369e89d1989e3396920a7bf15 (diff) | |
download | emacs-3105a2cc30994cc1dbc2cb0af8a6a2d60c2bae85.tar.gz |
(Top): Call this chapter `Introduction'.
(Overview): In TeX, no section heading here.
Diffstat (limited to 'man/cl.texi')
-rw-r--r-- | man/cl.texi | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/man/cl.texi b/man/cl.texi index bc4db1cb927..455465a27a3 100644 --- a/man/cl.texi +++ b/man/cl.texi @@ -50,7 +50,7 @@ license to the document, as described in section 6 of the license. @end titlepage @node Top, Overview, (dir), (dir) -@chapter Overview +@chapter Introduction @noindent This document describes a set of Emacs Lisp facilities borrowed from @@ -82,12 +82,9 @@ does assume a basic familiarity with Emacs Lisp. @end menu @node Overview, Program Structure, Top, Top -@ifinfo +@ifnottex @chapter Overview -@end ifinfo -@iftex -@section Overview -@end iftex +@end ifnottex @noindent Common Lisp is a huge language, and Common Lisp systems tend to be |