comparison doc/misc/cl.texi @ 102059:9bcea07061a8

consistently use @insertcopying, @direntry, @contents
author Karl Berry <karl@gnu.org>
date Mon, 16 Feb 2009 17:41:58 +0000
parents cb5d2387102c
children 4c53b5211a28
comparison
equal deleted inserted replaced
102058:4f60db600648 102059:9bcea07061a8
42 @page 42 @page
43 @vskip 0pt plus 1filll 43 @vskip 0pt plus 1filll
44 @insertcopying 44 @insertcopying
45 @end titlepage 45 @end titlepage
46 46
47 @contents
48
47 @node Top, Overview, (dir), (dir) 49 @node Top, Overview, (dir), (dir)
48 @chapter Introduction 50 @chapter Introduction
49 51
50 @noindent 52 @noindent
51 This document describes a set of Emacs Lisp facilities borrowed from 53 This document describes a set of Emacs Lisp facilities borrowed from
52 Common Lisp. All the facilities are described here in detail. While 54 Common Lisp. All the facilities are described here in detail. While
53 this document does not assume any prior knowledge of Common Lisp, it 55 this document does not assume any prior knowledge of Common Lisp, it
54 does assume a basic familiarity with Emacs Lisp. 56 does assume a basic familiarity with Emacs Lisp.
57
58 @ifnottex
59 @insertcopying
60 @end ifnottex
55 61
56 @menu 62 @menu
57 * Overview:: Installation, usage, etc. 63 * Overview:: Installation, usage, etc.
58 * Program Structure:: Arglists, `eval-when', `defalias' 64 * Program Structure:: Arglists, `eval-when', `defalias'
59 * Predicates:: `typep' and `equalp' 65 * Predicates:: `typep' and `equalp'
5327 @node Variable Index, , Function Index, Top 5333 @node Variable Index, , Function Index, Top
5328 @unnumbered Variable Index 5334 @unnumbered Variable Index
5329 5335
5330 @printindex vr 5336 @printindex vr
5331 5337
5332 @setchapternewpage odd
5333 @contents
5334 @bye 5338 @bye
5335 5339
5336 @ignore 5340 @ignore
5337 arch-tag: b61e7200-3bfa-4a70-a9d3-095e152696f8 5341 arch-tag: b61e7200-3bfa-4a70-a9d3-095e152696f8
5338 @end ignore 5342 @end ignore