Skip to content

Commit 01f07dd

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

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
@@ -12540,7 +12540,8 @@
1254012540
\tcode{pat_first_} with \tcode{pat_first},
1254112541
\tcode{pat_last_} with \tcode{pat_last},
1254212542
\tcode{hash_} with \tcode{hf}, and
12543-
\tcode{pred_} with \tcode{pred}.
12543+
% FIXME: The mbox prevents TeX from adding a bizarre hyphen after pred_.
12544+
\mbox{\tcode{pred_}} with \tcode{pred}.
1254412545

1254512546
\pnum
1254612547
\throws

0 commit comments

Comments
 (0)