summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/info/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/info/display.c')
-rw-r--r--macros/texinfo/texinfo/info/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/info/display.c b/macros/texinfo/texinfo/info/display.c
index abd17db537..4b8c932448 100644
--- a/macros/texinfo/texinfo/info/display.c
+++ b/macros/texinfo/texinfo/info/display.c
@@ -313,7 +313,7 @@ static int ref_highlighted;
static int pl_num; /* Number of printed lines done so far. */
RENDITION ref_rendition = {UNDERLINE_MASK, UNDERLINE_MASK};
-RENDITION hl_ref_rendition = {UNDERLINE_MASK, 0};
+RENDITION hl_ref_rendition = {BOLD_MASK, BOLD_MASK};
RENDITION match_rendition = {STANDOUT_MASK, STANDOUT_MASK};