From d960dc81b5b436eeeb8b9fd3e3092a0fbddad302 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 23 Apr 1999 14:44:53 +0000 Subject: Fix square brackets around optional parameters to macros. --- Doc/texinputs/ltxmarkup.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/texinputs/ltxmarkup.sty b/Doc/texinputs/ltxmarkup.sty index 440e697..62ef4f3 100644 --- a/Doc/texinputs/ltxmarkup.sty +++ b/Doc/texinputs/ltxmarkup.sty @@ -25,10 +25,10 @@ \newenvironment{macrodesc}[2]{ \begin{fulllineitems} - \item[\code{\e\bfseries#1}{% + \item[\code{{\e\bfseries#1}{% \let\op=\py@ltx@optparam% \let\p=\py@ltx@param% - #2}] + #2}}] \index{#1@\idxcode{\e #1}} }{\end{fulllineitems}} -- cgit v0.12