Skip to content

Commit 9a06fbf

Browse files
AlisdairMtkoeppe
authored andcommitted
[lex.charset] Move reference to glyphs to appropriate place
The statement that glyphs are used to identify members of the basic character set does not belong separating two sentences introducing and then defining preprocessing tokens. Also, we do not *exlusively* use glyphs for this purpose but also directly call out Unicode code points too, so tone down the phrasing to glyphs are *often* used to ...
1 parent 8ef4e62 commit 9a06fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/lex.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@
317317
\pnum
318318
The \defnadj{basic}{character set} is a subset of the translation character set,
319319
consisting of 99 characters as specified in \tref{lex.charset.basic}.
320+
In this document,
321+
glyphs are often used to identify
322+
elements of the basic character set.
320323
\begin{note}
321324
Unicode short names are given only as a means to identifying the character;
322325
the numerical value has no other meaning in this context.
@@ -548,9 +551,6 @@
548551
\pnum
549552
A preprocessing token is the minimal lexical element of the language in translation
550553
phases 3 through 5.
551-
In this document,
552-
glyphs are used to identify
553-
elements of the basic character set\iref{lex.charset}.
554554
The categories of preprocessing token are: header names,
555555
placeholder tokens produced by preprocessing \tcode{import} and \tcode{module} directives
556556
(\grammarterm{import-keyword}, \grammarterm{module-keyword}, and \grammarterm{export-keyword}),

0 commit comments

Comments
 (0)