diff options
| author | Eli Zaretskii | 2019-11-02 09:52:39 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-02 09:52:39 +0200 |
| commit | 5a778d504fdbc4fd729ff2cc80be0ca5a68679b6 (patch) | |
| tree | be5ab28bf37424fab12ac40cfe0433f2f3d66958 /doc/lispref | |
| parent | 4ac6c9b6683d6a5c705efd9d99688de3b6ddf5b7 (diff) | |
| download | emacs-5a778d504fdbc4fd729ff2cc80be0ca5a68679b6.tar.gz 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/lispref')
| -rw-r--r-- | doc/lispref/elisp.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 652175c3952..d667c51d788 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -52,7 +52,12 @@ | |||
| 52 | @end ifset | 52 | @end ifset |
| 53 | @end tex | 53 | @end tex |
| 54 | 54 | ||
| 55 | |||
| 56 | @c Version of the manual and of Emacs. | ||
| 57 | @c (See comments for EDITION in emacs.texi) | ||
| 58 | @set VERSION 3.1 | ||
| 55 | @include emacsver.texi | 59 | @include emacsver.texi |
| 60 | @set DATE October 2014 | ||
| 56 | 61 | ||
| 57 | @c in general, keep the following line commented out, unless doing a | 62 | @c in general, keep the following line commented out, unless doing a |
| 58 | @c copy of this manual that will be published. The manual should go | 63 | @c copy of this manual that will be published. The manual should go |
| @@ -86,7 +91,12 @@ | |||
| 86 | @c @syncodeindex tp fn | 91 | @c @syncodeindex tp fn |
| 87 | 92 | ||
| 88 | @copying | 93 | @copying |
| 89 | This is the @cite{GNU Emacs Lisp Reference Manual}, | 94 | @iftex |
| 95 | This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference Manual},@* | ||
| 96 | @end iftex | ||
| 97 | @ifnottex | ||
| 98 | This is the @cite{GNU Emacs Lisp Reference Manual} | ||
| 99 | @end ifnottex | ||
| 90 | corresponding to Emacs version @value{EMACSVER}. | 100 | corresponding to Emacs version @value{EMACSVER}. |
| 91 | 101 | ||
| 92 | Copyright @copyright{} 1990--1996, 1998--2019 Free Software Foundation, Inc. | 102 | Copyright @copyright{} 1990--1996, 1998--2019 Free Software Foundation, Inc. |
| @@ -117,6 +127,7 @@ developing GNU and promoting software freedom.'' | |||
| 117 | @subtitle @value{voltitle} | 127 | @subtitle @value{voltitle} |
| 118 | @end ifset | 128 | @end ifset |
| 119 | @subtitle For Emacs Version @value{EMACSVER} | 129 | @subtitle For Emacs Version @value{EMACSVER} |
| 130 | @subtitle Revision @value{VERSION}, @value{DATE} | ||
| 120 | 131 | ||
| 121 | @author by Bil Lewis, Dan LaLiberte, Richard Stallman, | 132 | @author by Bil Lewis, Dan LaLiberte, Richard Stallman, |
| 122 | @author the GNU Manual Group, et al. | 133 | @author the GNU Manual Group, et al. |