1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00

Don't set VERSION here a second time. Mention Emacs' version too.

This commit is contained in:
Lute Kamstra 2005-06-10 10:05:22 +00:00
parent ccf9222ca4
commit 4435c8d403

View 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.