hgbook

diff en/99defs.tex @ 50:8b0d389cf6e0

Update MQ chapter to match recent bug fixes.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jul 27 10:20:55 2006 -0700 (2006-07-27)
parents 18210d46491f
children 0aae9d676e0f
line diff
     1.1 --- a/en/99defs.tex	Tue Jul 25 00:18:31 2006 -0700
     1.2 +++ b/en/99defs.tex	Thu Jul 27 10:20:55 2006 -0700
     1.3 @@ -70,9 +70,6 @@
     1.4  % Python module.
     1.5  \newcommand{\pymod}[1]{\index{\texttt{#1} module}\texttt{#1}}
     1.6  
     1.7 -% Bundled extension.
     1.8 -\newcommand{\hgext}[1]{\index{\texttt{#1} extension}\texttt{#1}}
     1.9 -
    1.10  % Python class in a module.
    1.11  \newcommand{\pymodclass}[2]{\index{\texttt{#1} module!\texttt{#2}
    1.12      class}\texttt{#1.#2}}