aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/elisp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/elisp.texi')
-rw-r--r--lispref/elisp.texi32
1 files changed, 16 insertions, 16 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index 7a19f8a47da..4be680969a1 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -4,8 +4,10 @@
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 6
7@c Versino of the manual. 7@c Version of the manual and of Emacs.
8@set VERSION 2.9 8@c Please remember to update the edition number in README as well.
9@set VERSION 2.9
10@set EMACSVER 22.0.50
9 11
10@dircategory Emacs 12@dircategory Emacs
11@direntry 13@direntry
@@ -26,9 +28,7 @@
26 28
27@ifnottex 29@ifnottex
28This Info file contains edition @value{VERSION} of the GNU Emacs Lisp 30This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
29Reference Manual, corresponding to Emacs version 22.1. 31Reference Manual, corresponding to Emacs version @value{EMACSVER}.
30@c Please REMEMBER to update edition number in *four* places in this file
31@c and also in *one* place in intro.texi and *one* in README.
32 32
33Published by the Free Software Foundation 33Published by the Free Software Foundation
3459 Temple Place, Suite 330 3459 Temple Place, Suite 330
@@ -52,9 +52,7 @@ Software Foundation raise funds for GNU development.''
52 52
53@titlepage 53@titlepage
54@title GNU Emacs Lisp Reference Manual 54@title GNU Emacs Lisp Reference Manual
55@subtitle For Emacs Version 22 55@subtitle For Emacs Version @value{EMACSVER}
56@c The edition number appears in several places in this file
57@c and also in the file intro.texi.
58@subtitle Revision @value{VERSION}, January 2002 56@subtitle Revision @value{VERSION}, January 2002
59 57
60@author by Bil Lewis, Dan LaLiberte, Richard Stallman 58@author by Bil Lewis, Dan LaLiberte, Richard Stallman
@@ -66,7 +64,7 @@ Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
66 64
67@sp 2 65@sp 2
68Edition @value{VERSION} @* 66Edition @value{VERSION} @*
69Revised for Emacs Version 22.1,@* 67Revised for Emacs Version @value{EMACSVER},@*
70January 2002.@* 68January 2002.@*
71@sp 2 69@sp 2
72ISBN 1-882114-73-6 70ISBN 1-882114-73-6
@@ -92,11 +90,12 @@ Cover art by Etienne Suvasa.
92@end titlepage 90@end titlepage
93@page 91@page
94 92
93@ifnottex
95@node Top, Introduction, (dir), (dir) 94@node Top, Introduction, (dir), (dir)
95@top Emacs Lisp
96 96
97@ifnottex
98This Info file contains edition @value{VERSION} of the GNU Emacs Lisp 97This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
99Reference Manual, corresponding to GNU Emacs version 22.1. 98Reference Manual, corresponding to GNU Emacs version @value{EMACSVER}.
100@end ifnottex 99@end ifnottex
101 100
102@menu 101@menu
@@ -156,7 +155,7 @@ Reference Manual, corresponding to GNU Emacs version 22.1.
156 155
157Appendices 156Appendices
158 157
159* Antinews:: Info for users downgrading to Emacs 20. 158* Antinews:: Info for users downgrading to Emacs 21.
160* GNU Free Documentation License:: The license for this documentation 159* GNU Free Documentation License:: The license for this documentation
161* GPL:: Conditions for copying and changing GNU Emacs. 160* GPL:: Conditions for copying and changing GNU Emacs.
162* Tips:: Advice and coding conventions for Emacs Lisp. 161* Tips:: Advice and coding conventions for Emacs Lisp.
@@ -171,9 +170,10 @@ Appendices
171* Index:: Index including concepts, functions, variables, 170* Index:: Index including concepts, functions, variables,
172 and other terms. 171 and other terms.
173 172
174* New Symbols:: New functions and variables in Emacs 22. 173* New Symbols:: New functions and variables in Emacs @value{EMACSVER}.
175 174
176 --- The Detailed Node Listing --- 175Detailed Node Listing
176---------------------
177 177
178Here are other nodes that are inferiors of those already listed, 178Here are other nodes that are inferiors of those already listed,
179mentioned here so you can get to them in one step: 179mentioned here so you can get to them in one step:
@@ -514,7 +514,7 @@ Edebug
514* Edebug Execution Modes:: Execution modes, stopping more or less often. 514* Edebug Execution Modes:: Execution modes, stopping more or less often.
515* Jumping:: Commands to jump to a specified place. 515* Jumping:: Commands to jump to a specified place.
516* Edebug Misc:: Miscellaneous commands. 516* Edebug Misc:: Miscellaneous commands.
517* Breakpoints:: Setting breakpoints to make the program stop. 517* Breaks:: Setting breakpoints to make the program stop.
518* Trapping Errors:: Trapping errors with Edebug. 518* Trapping Errors:: Trapping errors with Edebug.
519* Edebug Views:: Views inside and outside of Edebug. 519* Edebug Views:: Views inside and outside of Edebug.
520* Edebug Eval:: Evaluating expressions within Edebug. 520* Edebug Eval:: Evaluating expressions within Edebug.
@@ -524,7 +524,7 @@ Edebug
524* Trace Buffer:: How to produce trace output in a buffer. 524* Trace Buffer:: How to produce trace output in a buffer.
525* Coverage Testing:: How to test evaluation coverage. 525* Coverage Testing:: How to test evaluation coverage.
526* The Outside Context:: Data that Edebug saves and restores. 526* The Outside Context:: Data that Edebug saves and restores.
527* Instrumenting Macro Calls:: Specifying how to handle macro calls. 527* Edebug and Macros:: Specifying how to handle macro calls.
528* Edebug Options:: Option variables for customizing Edebug. 528* Edebug Options:: Option variables for customizing Edebug.
529 529
530Debugging Invalid Lisp Syntax 530Debugging Invalid Lisp Syntax