diff man/emacs.texi @ 80846:7c86c6a381ac

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 Stallman <rms@gnu.org> * man/cmdargs.texi (Initial Options): Under --batch, mention --eval. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
author Miles Bader <miles@gnu.org>
date Fri, 04 May 2007 01:05:55 +0000
parents f12b62910def 1784202a61e0
children d8b83b3e09a2
line wrap: on
line diff
--- a/man/emacs.texi	Thu May 03 16:36:22 2007 +0000
+++ b/man/emacs.texi	Fri May 04 01:05:55 2007 +0000
@@ -46,11 +46,14 @@
 @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