comparison lispref/elisp-vol2.texi @ 7733:2e2f1c2aad26

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 14:07:54 +0000
parents 6cb9d6d6a46d
children 5d29639db749
comparison
equal deleted inserted replaced
7732:b99162ca5247 7733:2e2f1c2aad26
115 @ifinfo 115 @ifinfo
116 This file documents GNU Emacs Lisp. 116 This file documents GNU Emacs Lisp.
117 117
118 @c The edition number appears in several places in this file 118 @c The edition number appears in several places in this file
119 @c and also in the file intro.texi. 119 @c and also in the file intro.texi.
120 This version is newer than edition 2.1 of the GNU Emacs Lisp Reference 120 This is edition 2.3 of the GNU Emacs Lisp Reference
121 Manual. It corresponds to Emacs Version 19.19. 121 Manual. It corresponds to Emacs Version 19.25.
122 @c Please REMEMBER to update edition number in *four* places in this file 122 @c Please REMEMBER to update edition number in *four* places in this file
123 @c and also in *one* place in ==> intro.texi <== 123 @c and also in *one* place in ==> intro.texi <==
124 @c huh? i only found three real places where the edition is stated, and 124 @c huh? i only found three real places where the edition is stated, and
125 @c one place where it is not stated explicitly ("this info file is newer 125 @c one place where it is not stated explicitly ("this info file is newer
126 @c than the foobar edition"). --mew 13sep93 126 @c than the foobar edition"). --mew 13sep93
127 127
128 Published by the Free Software Foundation 128 Published by the Free Software Foundation
129 675 Massachusetts Avenue 129 675 Massachusetts Avenue
130 Cambridge, MA 02139 USA 130 Cambridge, MA 02139 USA
131 131
132 Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 132 Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
133 133
134 Permission is granted to make and distribute verbatim copies of this 134 Permission is granted to make and distribute verbatim copies of this
135 manual provided the copyright notice and this permission notice are 135 manual provided the copyright notice and this permission notice are
136 preserved on all copies. 136 preserved on all copies.
137 137
177 @sp 1 177 @sp 1
178 @center @titlefont{GNU Emacs Lisp} 178 @center @titlefont{GNU Emacs Lisp}
179 @sp 1 179 @sp 1
180 @center @titlefont{Reference Manual} 180 @center @titlefont{Reference Manual}
181 @sp 2 181 @sp 2
182 @center GNU Emacs Version 19.19 182 @center GNU Emacs Version 19.25
183 @center for Unix Users 183 @center for Unix Users
184 @sp 1 184 @sp 1
185 @center Edition 2.1, September 1993 185 @center Edition 2.3, June 1994
186 @sp 2 186 @sp 2
187 @center @titlefont{Volume 2} 187 @center @titlefont{Volume 2}
188 @sp 3 188 @sp 3
189 @center by Bil Lewis, Dan LaLiberte, 189 @center by Bil Lewis, Dan LaLiberte,
190 @center and the GNU Manual Group 190 @center and the GNU Manual Group
191 @page 191 @page
192 @vskip 0pt plus 1filll 192 @vskip 0pt plus 1filll
193 Copyright @copyright{} 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 193 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
194 194
195 @sp 2 195 @sp 2
196 Edition 2.1 @* 196 Edition 2.3 @*
197 Revised for Emacs Version 19.19,@* 197 Revised for Emacs Version 19.25,@*
198 September, 1993.@* 198 June, 1994.@*
199 @sp 2 199 @sp 2
200 ISBN 1-882114-40-X 200 ISBN 1-882114-40-X
201 201
202 @sp 2 202 @sp 2
203 Published by the Free Software Foundation @* 203 Published by the Free Software Foundation @*
228 @page 228 @page
229 229
230 @node Top, Copying, (dir), (dir) 230 @node Top, Copying, (dir), (dir)
231 231
232 @ifinfo 232 @ifinfo
233 This Info file contains the edition 2.1 of the GNU Emacs Lisp Reference 233 This Info file contains the edition 2.3 of the GNU Emacs Lisp Reference
234 Manual, corresponding to GNU Emacs version 19.19. 234 Manual, corresponding to GNU Emacs version 19.25.
235 @end ifinfo 235 @end ifinfo
236 236
237 @menu 237 @menu
238 * Copying:: Conditions for copying and changing GNU Emacs. 238 * Copying:: Conditions for copying and changing GNU Emacs.
239 * Introduction:: Introduction and conventions used. 239 * Introduction:: Introduction and conventions used.