diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-01 00:38:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-01 00:38:15 -0700 |
commit | bbba8869a2235d5e9a979d6e8822fbf1e0097c41 (patch) | |
tree | f3835cc39c53e0170541d1c6a5550ebea4e26c16 /doc/lispref/intro.texi | |
parent | 91af76bf30b0acca02fa4320d8d8f7182e57acdc (diff) | |
download | emacs-bbba8869a2235d5e9a979d6e8822fbf1e0097c41.tar.gz |
Only print the edition number of the manuals in the TeX version
Frankly, I think the edition conveys little to no information.
The version number of Emacs is much more relevant.
No-one seems to know what the rules are for updating the edition anyway...
* doc/emacs/emacs.texi (@copying): Only print EDITION in the TeX version.
* doc/lispref/elisp.texi (@copying):
* doc/lispref/intro.texi (Introduction): Only print VERSION in the TeX version.
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r-- | doc/lispref/intro.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 9ae5e1fa849..2e678e02158 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -1,6 +1,6 @@ @c -*-coding: iso-latin-1-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/intro @@ -34,8 +34,12 @@ 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} of the GNU Emacs Lisp Reference -Manual, corresponding to Emacs version @value{EMACSVER}. + This is +@iftex +edition @value{VERSION} of +@end iftex +the @cite{GNU Emacs Lisp Reference Manual}, +corresponding to Emacs version @value{EMACSVER}. @menu * Caveats:: Flaws and a request for help. |