hgbook

diff en/99defs.tex @ 62:8806b2875f10

Finish off a big whack of content for the hook chapter.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 04 13:29:38 2006 -0700 (2006-08-04)
parents 0aae9d676e0f
children ea951cfb5cd9
line diff
     1.1 --- a/en/99defs.tex	Wed Aug 02 19:53:34 2006 -0700
     1.2 +++ b/en/99defs.tex	Fri Aug 04 13:29:38 2006 -0700
     1.3 @@ -55,7 +55,7 @@
     1.4  
     1.5  % Named item in a hgrc file section.
     1.6  \newcommand{\rcitem}[2]{\index{\texttt{hgrc} file!\texttt{#1}
     1.7 -    section!\texttt{#2} entry}\texttt{#1.#2}}
     1.8 +    section!\texttt{#2} entry}\texttt{#2}}
     1.9  
    1.10  % hgrc file.
    1.11  \newcommand{\hgrc}{\index{\texttt{hgrc} file}\texttt{hgrc}}
    1.12 @@ -74,6 +74,10 @@
    1.13  \newcommand{\pymodclass}[2]{\index{\texttt{#1} module!\texttt{#2}
    1.14      class}\texttt{#1.#2}}
    1.15  
    1.16 +% Python function in a module.
    1.17 +\newcommand{\pymodfunc}[2]{\index{\texttt{#1} module!\texttt{#2}
    1.18 +    function}\texttt{#1.#2}}
    1.19 +
    1.20  % Note: blah blah.
    1.21  \newsavebox{\notebox}
    1.22  \newenvironment{note}%