aboutsummaryrefslogtreecommitdiffstats
path: root/man/emacs.texi
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-02-06 21:02:03 +0000
committerEli Zaretskii <[email protected]>2001-02-06 21:02:03 +0000
commit98c4a0745f827100db7361d544c9cd62a4769665 (patch)
tree9afecaef97e5f2509766ab5edf93ad22e24cb3ac /man/emacs.texi
parent9889af089dde042247cb9117aafb7a9810e80ed3 (diff)
Use @set and @value to avoid changing the edition and the Emacs version
number in several places.
Diffstat (limited to 'man/emacs.texi')
-rw-r--r--man/emacs.texi19
1 files changed, 11 insertions, 8 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index f62f2addb8..30d96a42be 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -5,11 +5,13 @@
@setfilename ../info/emacs
@synindex pg cp
-@ifnottex
@c The edition number appears in several places in this file
-This is the fourteenth edition of the @cite{GNU Emacs Manual},
-updated for Emacs version 21.0.98.
-@c Please REMEMBER to update edition number in *three* places in this file.
+@set EDITION Fourteenth
+@set EMACSVER 21.0.98
+
+@ifnottex
+This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},
+updated for Emacs version @value{EMACSVER}.
@dircategory Emacs
@direntry
@@ -52,7 +54,7 @@ Software Foundation raise funds for GNU development.''
@sp 6
@center @titlefont{GNU Emacs Manual}
@sp 4
-@center Fourteenth Edition, Updated for Emacs Version 21.0.98.
+@center @value{EDITION} Edition, Updated for Emacs Version @value{EMACSVER}.
@sp 5
@center Richard Stallman
@page
@@ -60,8 +62,8 @@ Software Foundation raise funds for GNU development.''
Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
@sp 2
-Fourteenth Edition @*
-Updated for Emacs Version 21.0.98, @*
+@value{EDITION} Edition @*
+Updated for Emacs Version @value{EMACSVER}, @*
August 2000
ISBN 1-882114-06-X
@@ -94,7 +96,8 @@ Cover art by Etienne Suvasa.
Emacs is the extensible, customizable, self-documenting real-time
display editor. This Info file describes how to edit with Emacs and
-some of how to customize it; it corresponds to GNU Emacs version 21.1.
+some of how to customize it; it corresponds to GNU Emacs version
+@value{EMACSVER}.
For information on extending Emacs, see @ref{,Emacs Lisp,, elisp, The
Emacs Lisp Reference Manual}.
@end ifnottex