Skip to content

Commit 3cb1fc8

Browse files
committed
[macros] Avoid small caps for cross-references to C.
Fixes ISO/CS comment (C++23 proof)
1 parent d12441e commit 3cb1fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
\newcommand{\templalias}{\Fundesc{Alias template}}
372372

373373
%% Cross-reference
374-
\newcommand{\xref}[1]{\textsc{See also:}\space #1}
374+
\newcommand{\xref}[1]{See also #1.}
375375
\newcommand{\xrefc}[1]{\xref{\IsoC{}, #1}}
376376
\newcommand{\termref}[3]{\textit{#2}{#3}\iref{#1}} % in Clause 3
377377

0 commit comments

Comments
 (0)