Skip to content

Commit 9365b11

Browse files
committed
[func.search.bm] Prevent stray hyphen
1 parent 01f16bc commit 9365b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/utilities.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12440,7 +12440,8 @@
1244012440
\tcode{pat_first_} with \tcode{pat_first},
1244112441
\tcode{pat_last_} with \tcode{pat_last},
1244212442
\tcode{hash_} with \tcode{hf}, and
12443-
\tcode{pred_} with \tcode{pred}.
12443+
% FIXME: The mbox prevents TeX from adding a bizarre hyphen after pred_.
12444+
\mbox{\tcode{pred_}} with \tcode{pred}.
1244412445

1244512446
\pnum
1244612447
\throws

0 commit comments

Comments
 (0)