summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2009-01-05 16:05:26 +0000
committerwl <wl>2009-01-05 16:05:26 +0000
commit62ba765ab5c4fa81a8ca76587a6d612b8f330c72 (patch)
tree0f5546687624e4c7476283ebbaafba1c5e978462
parent3fb7d767686cebba73a652016a9d9c921d749328 (diff)
downloadgroff-62ba765ab5c4fa81a8ca76587a6d612b8f330c72.tar.gz
* doc/texinfo.tex (\key): Fix excessive whitespace.
(\texinfoversion): Tag file as patched.
-rw-r--r--ChangeLog5
-rw-r--r--doc/texinfo.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d3b546ab..7dd2e1bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-01-05 Werner LEMBERG <wl@gnu.org>
+ * doc/texinfo.tex (\key): Fix excessive whitespace.
+ (\texinfoversion): Tag file as patched.
+
+2009-01-05 Werner LEMBERG <wl@gnu.org>
+
* tmac/s.tmac (@TS, TE, @EQ, @EN), tmac/an-old.tmac (TS, TE, EQ,
EN), tmac/e.tmac (TS, TE, EQ, EN): Set line length to a large value
if processed with -Thtml.
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index fb2496bb..9ea6564b 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2009-01-01.14}
+\def\texinfoversion{2009-01-01.14-groff}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2585,7 +2585,7 @@ end
% monospace, don't change it; that way, we respect @kbdinputstyle. But
% if it isn't monospace, then use \tt.
%
-\def\key#1{{\setupmarkupstyle{key}
+\def\key#1{{\setupmarkupstyle{key}%
\nohyphenation
\ifmonospace\else\tt\fi
#1}\null}