comparison man/cl.texi @ 47737:0a70200bde27

use @copying instead of @ifinfo.
author Karl Berry <karl@gnu.org>
date Wed, 02 Oct 2002 23:24:31 +0000
parents 5b63c25571a8
children 23a1cea22d13
comparison
equal deleted inserted replaced
47736:ca02563d5270 47737:0a70200bde27
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @setfilename ../info/cl 2 @setfilename ../info/cl
3 @settitle Common Lisp Extensions 3 @settitle Common Lisp Extensions
4 4
5 @dircategory Emacs 5 @copying
6 @direntry
7 * CL: (cl). Partial Common Lisp support for Emacs Lisp.
8 @end direntry
9
10 @iftex
11 @finalout
12 @end iftex
13
14 @ifinfo
15 This file documents the GNU Emacs Common Lisp emulation package. 6 This file documents the GNU Emacs Common Lisp emulation package.
16 7
17 Copyright (C) 1993 Free Software Foundation, Inc. 8 Copyright (C) 1993, 2002 Free Software Foundation, Inc.
18 9
19 10 @quotation
20 Permission is granted to copy, distribute and/or modify this document 11 Permission is granted to copy, distribute and/or modify this document
21 under the terms of the GNU Free Documentation License, Version 1.1 or 12 under the terms of the GNU Free Documentation License, Version 1.1 or
22 any later version published by the Free Software Foundation; with no 13 any later version published by the Free Software Foundation; with no
23 Invariant Sections, with the Front-Cover texts being ``A GNU 14 Invariant Sections, with the Front-Cover texts being ``A GNU
24 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the 15 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
31 22
32 This document is part of a collection distributed under the GNU Free 23 This document is part of a collection distributed under the GNU Free
33 Documentation License. If you want to distribute this document 24 Documentation License. If you want to distribute this document
34 separately from the collection, you can do so by adding a copy of the 25 separately from the collection, you can do so by adding a copy of the
35 license to the document, as described in section 6 of the license. 26 license to the document, as described in section 6 of the license.
36 @end ifinfo 27 @end quotation
28 @end copying
29
30 @dircategory Emacs
31 @direntry
32 * CL: (cl). Partial Common Lisp support for Emacs Lisp.
33 @end direntry
34
35 @finalout
37 36
38 @titlepage 37 @titlepage
39 @sp 6 38 @sp 6
40 @center @titlefont{Common Lisp Extensions} 39 @center @titlefont{Common Lisp Extensions}
41 @sp 4 40 @sp 4
44 @center Version 2.02 43 @center Version 2.02
45 @sp 5 44 @sp 5
46 @center Dave Gillespie 45 @center Dave Gillespie
47 @center daveg@@synaptics.com 46 @center daveg@@synaptics.com
48 @page 47 @page
49
50 @vskip 0pt plus 1filll 48 @vskip 0pt plus 1filll
51 Copyright @copyright{} 1993 Free Software Foundation, Inc. 49 @insertcopying
52
53 Permission is granted to copy, distribute and/or modify this document
54 under the terms of the GNU Free Documentation License, Version 1.1 or
55 any later version published by the Free Software Foundation; with no
56 Invariant Sections, with the Front-Cover texts being ``A GNU
57 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
58 license is included in the section entitled ``GNU Free Documentation
59 License'' in the Emacs manual.
60
61 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
62 this GNU Manual, like GNU software. Copies published by the Free
63 Software Foundation raise funds for GNU development.''
64
65 This document is part of a collection distributed under the GNU Free
66 Documentation License. If you want to distribute this document
67 separately from the collection, you can do so by adding a copy of the
68 license to the document, as described in section 6 of the license.
69 @end titlepage 50 @end titlepage
70 51
71 @node Top, Overview, (dir), (dir) 52 @node Top, Overview, (dir), (dir)
72 @chapter Common Lisp Extensions 53 @chapter Common Lisp Extensions
73 54