comparison lispref/elisp.texi @ 24951:7451b1458af1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jul 1999 02:15:13 +0000
parents 2dc151a2d117
children 467b88fab665
comparison
equal deleted inserted replaced
24950:39bac3b71db1 24951:7451b1458af1
10 @end direntry 10 @end direntry
11 11
12 @smallbook 12 @smallbook
13 13
14 @ifinfo 14 @ifinfo
15 This version is the edition 2.5 of the GNU Emacs Lisp 15 This Info file contains edition 2.5.1 of the GNU Emacs Lisp
16 Reference Manual. It corresponds to Emacs Version 20.3 16 Reference Manual, corresponding to Emacs version 20.4.
17 @c Please REMEMBER to update edition number in *four* places in this file 17 @c Please REMEMBER to update edition number in *four* places in this file
18 @c and also in *one* place in intro.texi 18 @c and also in *one* place in intro.texi
19 19
20 Published by the Free Software Foundation 20 Published by the Free Software Foundation
21 59 Temple Place, Suite 330 21 59 Temple Place, Suite 330
22 Boston, MA 02111-1307 USA 22 Boston, MA 02111-1307 USA
23 23
24 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998 Free Software Foundation, Inc. 24 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999
25 Free Software Foundation, Inc.
25 26
26 Permission is granted to make and distribute verbatim copies of this 27 Permission is granted to make and distribute verbatim copies of this
27 manual provided the copyright notice and this permission notice are 28 manual provided the copyright notice and this permission notice are
28 preserved on all copies. 29 preserved on all copies.
29 30
69 @setchapternewpage odd 70 @setchapternewpage odd
70 @finalout 71 @finalout
71 72
72 @titlepage 73 @titlepage
73 @title GNU Emacs Lisp Reference Manual 74 @title GNU Emacs Lisp Reference Manual
74 @subtitle For Emacs Version 20.3 75 @subtitle For Emacs Version 20.4
75 @c The edition number appears in several places in this file 76 @c The edition number appears in several places in this file
76 @c and also in the file intro.texi. 77 @c and also in the file intro.texi.
77 @subtitle Revision 2.5, May 1998 78 @subtitle Revision 2.5.1, January 1999
78 79
79 @author by Bil Lewis, Dan LaLiberte, Richard Stallman 80 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
80 @author and the GNU Manual Group 81 @author and the GNU Manual Group
81 @page 82 @page
82 @vskip 0pt plus 1filll 83 @vskip 0pt plus 1filll
83 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998 Free Software Foundation, Inc. 84 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999
85 Free Software Foundation, Inc.
84 86
85 @sp 2 87 @sp 2
86 Edition 2.5 @* 88 Edition 2.5.1 @*
87 Revised for Emacs Version 20.3,@* 89 Revised for Emacs Version 20.4,@*
88 May 1998.@* 90 January 1999.@*
89 @sp 2 91 @sp 2
90 ISBN 1-882114-72-8 92 ISBN 1-882114-72-8
91 93
92 @sp 2 94 @sp 2
93 Published by the Free Software Foundation @* 95 Published by the Free Software Foundation @*
116 @page 118 @page
117 119
118 @node Top, Copying, (dir), (dir) 120 @node Top, Copying, (dir), (dir)
119 121
120 @ifinfo 122 @ifinfo
121 This Info file contains edition 2.5 of the GNU Emacs Lisp 123 This Info file contains edition 2.5.1 of the GNU Emacs Lisp
122 Reference Manual, corresponding to GNU Emacs version 20.3. 124 Reference Manual, corresponding to GNU Emacs version 20.4.
123 @end ifinfo 125 @end ifinfo
124 126
125 @menu 127 @menu
126 * Copying:: Conditions for copying and changing GNU Emacs. 128 * Copying:: Conditions for copying and changing GNU Emacs.
127 * Introduction:: Introduction and conventions used. 129 * Introduction:: Introduction and conventions used.