diff options
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r-- | doc/texinfo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex index a5c849c8..a505e733 100644 --- a/doc/texinfo.tex +++ b/doc/texinfo.tex @@ -498,7 +498,7 @@ % \def\foo{\parsearg\Xfoo} % \def\Xfoo#1{...} % -% Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my +% Actually, I use \csname\string\foo\endcsname, i.e. \\foo, as it is my % favourite TeX trick. --kasal, 16nov03 \def\parseargdef#1{% |