diff options
author | Miles Bader <miles@gnu.org> | 2007-05-04 01:05:55 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-05-04 01:05:55 +0000 |
commit | 9e83b91a268e0e769e37c6250f7d1816cba64549 (patch) | |
tree | c2222f654a6f1ee95cc8f28bc8fc6584c3171121 /man/emacs.texi | |
parent | 92ba796a6ce45e050650bfb5437683f7ae58f105 (diff) | |
parent | 763d24ed1eb95673db62e6a795b8ed899f9eba45 (diff) | |
download | emacs-9e83b91a268e0e769e37c6250f7d1816cba64549.tar.gz |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 6)
- Update from CVS
2007-05-03 Karl Berry <karl@gnu.org>
* man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
* man/texinfo.tex: update from current version for better pdf generation.
* man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
for printing.
2007-05-03 Karl Berry <karl@gnu.org>
* lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2007-05-01 Richard M. Stallman <rms@gnu.org>
* man/cmdargs.texi (Initial Options): Under --batch, mention --eval.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
Diffstat (limited to 'man/emacs.texi')
-rw-r--r-- | man/emacs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 61c732677ad..54725305e1f 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -46,11 +46,14 @@ Software Foundation raise funds for GNU development.'' @end ifset @c per rms and peterb, use 10pt fonts for the main text, mostly to -@c save on paper cost. Also do not declare @setchapternewpage odd. +@c save on paper cost. @c Do this inside @tex for now, so current makeinfo does not complain. @tex @ifset smallbook @fonttextsize 10 +@set EMACSVER 22 +\global\let\urlcolor=\Black % don't print links in grayscale +\global\let\linkcolor=\Black @end ifset \global\hbadness=6666 % don't worry about not-too-underfull boxes @end tex |