]> git.eshelyaron.com Git - emacs.git/commitdiff
(VERSION): Add and use it where the the version
authorGerd Moellmann <gerd@gnu.org>
Wed, 17 Oct 2001 10:46:31 +0000 (10:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 17 Oct 2001 10:46:31 +0000 (10:46 +0000)
lispref/ChangeLog
lispref/intro.texi

index aafdc650f20a919dbf19db0e9251057616b34096..7a695395da20a313f37ebfb2d49971bc7e31b161 100644 (file)
@@ -1,3 +1,13 @@
+2001-10-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (VERSION): Set to 2.8.
+       (manual): Use `manual-21'.
+
+       * elisp.texi (VERSION): Add and use it where the the version
+       number was used.  Set it to 2.8.
+
+       * intro.texi: Likewise.
+
 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * files.texi (File Name Completion): Document the significance of
index b1519021cf0da3f2f2c04aaaed8c571c306d3bc6..3bae2d6f614570d5c383d54d6fe96074b5f5189d 100644 (file)
@@ -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.