aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-06-10 10:05:22 +0000
committerLute Kamstra2005-06-10 10:05:22 +0000
commit4435c8d403d17192fe5f4f86225b81aece6dcb44 (patch)
tree8a0928c98a2f097c67f8a6765fe8f9af409a5c28
parentccf9222ca4ffc2d23d892c4d2f8f3c6b7c9d3d87 (diff)
downloademacs-4435c8d403d17192fe5f4f86225b81aece6dcb44.tar.gz
emacs-4435c8d403d17192fe5f4f86225b81aece6dcb44.zip
Don't set VERSION here a second time. Mention Emacs' version too.
-rw-r--r--lispref/intro.texi6
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
38chapters describe features that are peculiar to Emacs Lisp or relate 35chapters describe features that are peculiar to Emacs Lisp or relate
39specifically to editing. 36specifically to editing.
40 37
41 This is edition @value{VERSION}. 38 This is edition @value{VERSION} of the GNU Emacs Lisp Reference
39Manual, 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.