Don't set VERSION here a second time. Mention Emacs' version too.
authorLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 10:05:22 +0000 (10:05 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 10:05:22 +0000 (10:05 +0000)
lispref/intro.texi

index 999db7a..bb264c8 100644 (file)
@@ -5,9 +5,6 @@
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/intro
 
-@c Versino of the manual.
-@set VERSION 2.9
-
 @node Introduction, Lisp Data Types, Top, Top
 @comment  node-name,  next,  previous,  up
 @chapter Introduction
@@ -38,7 +35,8 @@ Lisp that have counterparts in many programming languages, and later
 chapters describe features that are peculiar to Emacs Lisp or relate
 specifically to editing.
 
-  This is edition @value{VERSION}.
+  This is edition @value{VERSION} of the GNU Emacs Lisp Reference
+Manual, corresponding to Emacs version @value{EMACSVER}.
 
 @menu
 * Caveats::             Flaws and a request for help.