From bd5fdd93a9484accb188bc7ef62d2d1af937149a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 16 Jul 2003 14:01:56 +0000 Subject: Make it easier to figure out the where a menuselection starts and ends by controling the font. --- Doc/perl/python.perl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc/perl/python.perl') diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index cd04ee5173e..7d50e491ef4 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -95,7 +95,8 @@ sub do_cmd_textless{ '<' . $_[0]; } sub do_cmd_textunderscore{ '_' . $_[0]; } sub do_cmd_infinity{ '∞' . $_[0]; } sub do_cmd_plusminus{ '±' . $_[0]; } -sub do_cmd_menuselection{ $_[0]; } +sub do_cmd_menuselection{ + return use_wrappers($_[0], '', ''); } sub do_cmd_sub{ ' > ' . $_[0]; } -- cgit v1.2.3