diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-22 17:43:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-22 17:43:15 (GMT) |
commit | 0f02628dceeb82fbd400195657f7a9721b1e1a82 (patch) | |
tree | 1cfc247e94056f842eab1dfc3cb9ddbdb9468330 /Doc | |
parent | 7c418ed89c75c22618f93ab8058a4342132f2539 (diff) | |
download | cpython-0f02628dceeb82fbd400195657f7a9721b1e1a82.zip cpython-0f02628dceeb82fbd400195657f7a9721b1e1a82.tar.gz cpython-0f02628dceeb82fbd400195657f7a9721b1e1a82.tar.bz2 |
\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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 8b8f917..d5d5a31 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; |