diff options
Diffstat (limited to 'lispref/intro.texi')
| -rw-r--r-- | lispref/intro.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi index 999db7ad722..bb264c81c46 100644 --- a/lispref/intro.texi +++ b/lispref/intro.texi | |||
| @@ -5,9 +5,6 @@ | |||
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../info/intro | 6 | @setfilename ../info/intro |
| 7 | 7 | ||
| 8 | @c Versino of the manual. | ||
| 9 | @set VERSION 2.9 | ||
| 10 | |||
| 11 | @node Introduction, Lisp Data Types, Top, Top | 8 | @node Introduction, Lisp Data Types, Top, Top |
| 12 | @comment node-name, next, previous, up | 9 | @comment node-name, next, previous, up |
| 13 | @chapter Introduction | 10 | @chapter Introduction |
| @@ -38,7 +35,8 @@ Lisp that have counterparts in many programming languages, and later | |||
| 38 | chapters describe features that are peculiar to Emacs Lisp or relate | 35 | chapters describe features that are peculiar to Emacs Lisp or relate |
| 39 | specifically to editing. | 36 | specifically to editing. |
| 40 | 37 | ||
| 41 | This is edition @value{VERSION}. | 38 | This is edition @value{VERSION} of the GNU Emacs Lisp Reference |
| 39 | Manual, corresponding to Emacs version @value{EMACSVER}. | ||
| 42 | 40 | ||
| 43 | @menu | 41 | @menu |
| 44 | * Caveats:: Flaws and a request for help. | 42 | * Caveats:: Flaws and a request for help. |