diff options
Diffstat (limited to 'lispref/elisp.texi')
| -rw-r--r-- | lispref/elisp.texi | 32 |
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 |
| 28 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp | 30 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp |
| 29 | Reference Manual, corresponding to Emacs version 22.1. | 31 | Reference 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 | ||
| 33 | Published by the Free Software Foundation | 33 | Published by the Free Software Foundation |
| 34 | 59 Temple Place, Suite 330 | 34 | 59 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 |
| 68 | Edition @value{VERSION} @* | 66 | Edition @value{VERSION} @* |
| 69 | Revised for Emacs Version 22.1,@* | 67 | Revised for Emacs Version @value{EMACSVER},@* |
| 70 | January 2002.@* | 68 | January 2002.@* |
| 71 | @sp 2 | 69 | @sp 2 |
| 72 | ISBN 1-882114-73-6 | 70 | ISBN 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 | ||
| 98 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp | 97 | This Info file contains edition @value{VERSION} of the GNU Emacs Lisp |
| 99 | Reference Manual, corresponding to GNU Emacs version 22.1. | 98 | Reference 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 | ||
| 157 | Appendices | 156 | Appendices |
| 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 --- | 175 | Detailed Node Listing |
| 176 | --------------------- | ||
| 177 | 177 | ||
| 178 | Here are other nodes that are inferiors of those already listed, | 178 | Here are other nodes that are inferiors of those already listed, |
| 179 | mentioned here so you can get to them in one step: | 179 | mentioned 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 | ||
| 530 | Debugging Invalid Lisp Syntax | 530 | Debugging Invalid Lisp Syntax |