comparison lispref/elisp.texi @ 39993:0e43f8a34472

(VERSION): Add and use it where the the version number was used. Set it to 2.8.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 17 Oct 2001 10:45:56 +0000
parents 26912db550c3
children 85791f717d5c
comparison
equal deleted inserted replaced
39992:a1c413c77526 39993:0e43f8a34472
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header 2 @c %**start of header
3 @setfilename elisp 3 @setfilename elisp
4 @settitle GNU Emacs Lisp Reference Manual 4 @settitle GNU Emacs Lisp Reference Manual
5 @c %**end of header 5 @c %**end of header
6
7 @c Versino of the manual.
8 @set VERSION 2.8
6 9
7 @dircategory Editors 10 @dircategory Editors
8 @direntry 11 @direntry
9 * Elisp: (elisp). The Emacs Lisp Reference Manual. 12 * Elisp: (elisp). The Emacs Lisp Reference Manual.
10 @end direntry 13 @end direntry
20 @syncodeindex pg fn 23 @syncodeindex pg fn
21 @c We use the "type index" to index new functions and variables. 24 @c We use the "type index" to index new functions and variables.
22 @c @syncodeindex tp fn 25 @c @syncodeindex tp fn
23 26
24 @ifnottex 27 @ifnottex
25 This Info file contains edition 2.6 of the GNU Emacs Lisp 28 This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
26 Reference Manual, corresponding to Emacs version 21.1. 29 Reference Manual, corresponding to Emacs version 21.1.
27 @c Please REMEMBER to update edition number in *four* places in this file 30 @c Please REMEMBER to update edition number in *four* places in this file
28 @c and also in *one* place in intro.texi 31 @c and also in *one* place in intro.texi
29 32
30 Published by the Free Software Foundation 33 Published by the Free Software Foundation
50 @titlepage 53 @titlepage
51 @title GNU Emacs Lisp Reference Manual 54 @title GNU Emacs Lisp Reference Manual
52 @subtitle For Emacs Version 21 55 @subtitle For Emacs Version 21
53 @c The edition number appears in several places in this file 56 @c The edition number appears in several places in this file
54 @c and also in the file intro.texi. 57 @c and also in the file intro.texi.
55 @subtitle Revision 2.6, May 2000 58 @subtitle Revision @value{VERSION}, May 2000
56 59
57 @author by Bil Lewis, Dan LaLiberte, Richard Stallman 60 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
58 @author and the GNU Manual Group 61 @author and the GNU Manual Group
59 @page 62 @page
60 @vskip 0pt plus 1filll 63 @vskip 0pt plus 1filll
61 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 64 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
62 Free Software Foundation, Inc. 65 Free Software Foundation, Inc.
63 66
64 @sp 2 67 @sp 2
65 Edition 2.6 @* 68 Edition @value{VERSION} @*
66 Revised for Emacs Version 21.1,@* 69 Revised for Emacs Version 21.1,@*
67 May 2000.@* 70 May 2000.@*
68 @sp 2 71 @sp 2
69 ISBN 1-882114-73-6 72 ISBN 1-882114-73-6
70 73
90 @page 93 @page
91 94
92 @node Top, Introduction, (dir), (dir) 95 @node Top, Introduction, (dir), (dir)
93 96
94 @ifnottex 97 @ifnottex
95 This Info file contains edition 2.6 of the GNU Emacs Lisp 98 This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
96 Reference Manual, corresponding to GNU Emacs version 21.1. 99 Reference Manual, corresponding to GNU Emacs version 21.1.
97 @end ifnottex 100 @end ifnottex
98 101
99 @menu 102 @menu
100 * Introduction:: Introduction and conventions used. 103 * Introduction:: Introduction and conventions used.