From b153344dfbcc06929362fb8648a1e74997fe4814 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Thu, 21 Aug 2025 15:16:09 -0400 Subject: [PATCH] [cpp.replace.general] Add a cross-reference to 'see below' The 'below' in 'see below' as actually five sublauses away. Adding a cross-reference establishes the link more clearly. --- source/preprocessor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 38c595333c..72f24a7efa 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1574,7 +1574,7 @@ whose name is the same as that of an alternative token. \end{footnote} The replacement list is then rescanned for more macro names as -specified below. +specified in \ref{cpp.rescan}. \pnum \begin{example}