summaryrefslogtreecommitdiff
path: root/lispref/intro.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-17 10:46:31 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-17 10:46:31 +0000
commit892a8f36e42940e095430acd6955ac93d25169c2 (patch)
tree6080766572a83f0422e0c18dec5497cd647b1d19 /lispref/intro.texi
parentcdd76925df8f21bbf6dff9b850c40d3bb669b371 (diff)
downloademacs-892a8f36e42940e095430acd6955ac93d25169c2.tar.gz
(VERSION): Add and use it where the the version
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r--lispref/intro.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi
index b1519021cf0..3bae2d6f614 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -4,6 +4,9 @@
@c See the file elisp.texi for copying conditions.
@setfilename ../info/intro
+@c Versino of the manual.
+@set VERSION 2.8
+
@node Introduction, Lisp Data Types, Top, Top
@comment node-name, next, previous, up
@chapter Introduction
@@ -34,7 +37,7 @@ 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 2.6.
+ This is edition @value{VERSION}.
@menu
* Caveats:: Flaws and a request for help.