diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-11-02 09:52:39 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-11-02 09:52:39 +0200 |
commit | 5a778d504fdbc4fd729ff2cc80be0ca5a68679b6 (patch) | |
tree | be5ab28bf37424fab12ac40cfe0433f2f3d66958 /doc/emacs/emacs.texi | |
parent | 4ac6c9b6683d6a5c705efd9d99688de3b6ddf5b7 (diff) | |
download | emacs-5a778d504fdbc4fd729ff2cc80be0ca5a68679b6.tar.gz emacs-5a778d504fdbc4fd729ff2cc80be0ca5a68679b6.tar.bz2 emacs-5a778d504fdbc4fd729ff2cc80be0ca5a68679b6.zip |
Revert "Omit edition numbers and dates in manuals"
This reverts commit 2f42832895942fdeaa0c500511aa19860fa806cd.
Editions of Emacs manuals must be coordinated with the FSF
publishing staff, as they appear on the printed books.
Diffstat (limited to 'doc/emacs/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 678ccb9ba51..a7967ecaee5 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -3,10 +3,28 @@ @setfilename ../../info/emacs.info @settitle GNU Emacs Manual @include docstyle.texi + +@c The edition number appears in more than one place in this file +@c I don't really know what it means... +@c For example, it has said "Sixteenth" since sometime in the Emacs 22 +@c series, all through 23, and into 24. So it is not very useful IMO, +@c and offers nothing that EMACSVER does not. I guess it relates +@c mainly to the published book sold by the FSF. Hence no longer +@c bother including it except iftex. Really, I think it should not be +@c here at all (since anyone can make a pdf version), but should just +@c be something added by the FSF during the publishing process. +@c Also, the lispref uses a float (3.0), whereas this uses an ordinal, +@c so the format is not even consistent. +@set EDITION Seventeenth @include emacsver.texi @copying +@iftex +This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* +@end iftex +@ifnottex This is the @cite{GNU Emacs Manual}, +@end ifnottex updated for Emacs version @value{EMACSVER}. Copyright @copyright{} 1985--1987, 1993--2019 Free Software Foundation, Inc. @@ -64,7 +82,7 @@ developing GNU and promoting software freedom.'' @sp 6 @center @titlefont{GNU Emacs Manual} @sp 4 -@center Updated for Emacs Version @value{EMACSVER} +@center @value{EDITION} Edition, Updated for Emacs Version @value{EMACSVER}. @sp 5 @center Richard Stallman et al. @page |