From 0f02628dceeb82fbd400195657f7a9721b1e1a82 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Jan 1998 17:43:15 +0000 Subject: [PATCH] \seemodule{}: Use logical markup for the module name, to ensure it picks up any changes introduced there. Also ensure a little more space between the module name and the parenthesized comment. --- Doc/myformat.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 8b8f9171418..d5d5a3188cf 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -251,7 +251,7 @@ % \end{seealso} \newenvironment{seealso}[0]{{\bf See Also:}\par}{\par} -\newcommand{\seemodule}[2]{\ref{module-#1}: {\codefont #1} (#2)} +\newcommand{\seemodule}[2]{\ref{module-#1}: \module{#1}\quad(#2)} \newcommand{\seetext}[1]{\par{#1}} % Fix the theindex environment to add an entry to the Table of Contents;