Skip to content

Commit f91e85b

Browse files
committed
Replace remaining uses of \nonterminal with \grammarterm.
Fixes #1312.
1 parent 4935ed4 commit f91e85b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
then the type of the identifier of
849849
\tcode{D}
850850
is ``\placeholder{derived-declarator-type-list} \grammarterm{cv-qualifier-seq} pointer to member of class
851-
\nonterminal{nested-name-specifier} of type
851+
\grammarterm{nested-name-specifier} of type
852852
\tcode{T}''.
853853
The optional \grammarterm{attribute-specifier-seq}~(\ref{dcl.attr.grammar}) appertains to the
854854
pointer-to-member.

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
\begin{bnftab}
14291429
\nontermdef{r-char}\br
14301430
\>\textnormal{any member of the source character set, except}\br
1431-
\>\>\textnormal{a right parenthesis \terminal{)} followed by the initial \nonterminal{d-char-sequence}}\br
1431+
\>\>\textnormal{a right parenthesis \terminal{)} followed by the initial \grammarterm{d-char-sequence}}\br
14321432
\>\>\textnormal{(which may be empty) followed by a double quote \terminal{"}.}
14331433
\end{bnftab}
14341434

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
\begin{ncbnf}
198198
\nontermdef{h-preprocessing-token}\br
199-
\textnormal{any \nonterminal{preprocessing-token} other than \terminal{>}}
199+
\textnormal{any \grammarterm{preprocessing-token} other than \terminal{>}}
200200
\end{ncbnf}
201201

202202
\begin{ncbnf}

0 commit comments

Comments
 (0)