summaryrefslogtreecommitdiff
path: root/gcc/doc/cppinternals.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-27 00:04:39 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-27 00:04:39 +0000
commit0858f8a2f96cc5e512ac5ada8ea29792823166cc (patch)
treee914978e025bc77d36fa3e0486d47042adfd64d2 /gcc/doc/cppinternals.texi
parentde3b2568621cefd60def7c8b48a9b49cc541b79b (diff)
downloadgcc-0858f8a2f96cc5e512ac5ada8ea29792823166cc.tar.gz
* doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi,
doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/tm.texi: Use @: where necessary when a full stop does not end a sentence. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r--gcc/doc/cppinternals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi
index 44e42ee3dd5..ac7088f8783 100644
--- a/gcc/doc/cppinternals.texi
+++ b/gcc/doc/cppinternals.texi
@@ -131,7 +131,7 @@ the lexer to only step forwards through the input files, and not step
back. This will make future changes to support different character
sets, in particular state or shift-dependent ones, much easier.
-This file also contains all information needed to spell a token, i.e. to
+This file also contains all information needed to spell a token, i.e.@: to
output it either in a diagnostic or to a preprocessed output file. This
information is not exported, but made available to clients through such
functions as @samp{cpp_spell_token} and @samp{cpp_token_len}.