diff options
| -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. | |||
| 50 | @end titlepage | 50 | @end titlepage |
| 51 | 51 | ||
| 52 | @node Top, Overview, (dir), (dir) | 52 | @node Top, Overview, (dir), (dir) |
| 53 | @chapter Overview | 53 | @chapter Introduction |
| 54 | 54 | ||
| 55 | @noindent | 55 | @noindent |
| 56 | This document describes a set of Emacs Lisp facilities borrowed from | 56 | This document describes a set of Emacs Lisp facilities borrowed from |
| @@ -82,12 +82,9 @@ does assume a basic familiarity with Emacs Lisp. | |||
| 82 | @end menu | 82 | @end menu |
| 83 | 83 | ||
| 84 | @node Overview, Program Structure, Top, Top | 84 | @node Overview, Program Structure, Top, Top |
| 85 | @ifinfo | 85 | @ifnottex |
| 86 | @chapter Overview | 86 | @chapter Overview |
| 87 | @end ifinfo | 87 | @end ifnottex |
| 88 | @iftex | ||
| 89 | @section Overview | ||
| 90 | @end iftex | ||
| 91 | 88 | ||
| 92 | @noindent | 89 | @noindent |
| 93 | Common Lisp is a huge language, and Common Lisp systems tend to be | 90 | Common Lisp is a huge language, and Common Lisp systems tend to be |