summaryrefslogtreecommitdiff
path: root/doc/texinfo.tex
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-18 23:23:04 +0000
committerJim Meyering <jim@meyering.net>1994-10-18 23:23:04 +0000
commit3e9cafcf4214f0f6ed2b11cfba137ff31d04f593 (patch)
tree2e6b6792ffc89d43810a2542ae8d0cc1bde36aca /doc/texinfo.tex
parentee2f1721068436de4b1b54d1400b9a11e9811176 (diff)
downloadcoreutils-3e9cafcf4214f0f6ed2b11cfba137ff31d04f593.tar.xz
merge with 1.10s
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r--doc/texinfo.tex15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index e9b8306de..bd0196c22 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -24,7 +24,7 @@
% This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
-\deftexinfoversion$Revision: 1.3 $
+\deftexinfoversion$Revision: 1.4 $
\message{Loading texinfo package [Version \texinfoversion]:}
% Print the version number if in a .fmt file.
@@ -359,6 +359,15 @@
% @. is an end-of-sentence period.
\def\.{.\spacefactor=3000 }
+% @enddots{} is an end-of-sentence ellipsis.
+\gdef\enddots{$\mathinner{\ldotp\ldotp\ldotp\ldotp}$\spacefactor=3000}
+
+% @! is an end-of-sentence bang.
+\gdef\!{!\spacefactor=3000 }
+
+% @? is an end-of-sentence query.
+\gdef\?{?\spacefactor=3000 }
+
% @w prevents a word break. Without the \leavevmode, @w at the
% beginning of a paragraph, when TeX is still in vertical mode, would
% produce a whole line of output instead of starting the paragraph.
@@ -616,9 +625,11 @@ where each line of input produces a line of output.}
%
\def\ignore{\doignore{ignore}}
-% Also ignore @ifinfo, @menu, and @direntry text.
+% Also ignore @ifinfo, @ifhtml, @html, @menu, and @direntry text.
%
\def\ifinfo{\doignore{ifinfo}}
+\def\ifhtml{\doignore{ifhtml}}
+\def\html{\doignore{html}}
\def\menu{\doignore{menu}}
\def\direntry{\doignore{direntry}}