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

Update MQ chapter to match recent bug fixes.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 27 Jul 2006 10:20:55 -0700
parents 18210d46491f
children 0aae9d676e0f
comparison
equal deleted inserted replaced
49:18210d46491f 50:8b0d389cf6e0
68 variable}\index{environment variables!\texttt{#1}}\texttt{#1}} 68 variable}\index{environment variables!\texttt{#1}}\texttt{#1}}
69 69
70 % Python module. 70 % Python module.
71 \newcommand{\pymod}[1]{\index{\texttt{#1} module}\texttt{#1}} 71 \newcommand{\pymod}[1]{\index{\texttt{#1} module}\texttt{#1}}
72 72
73 % Bundled extension.
74 \newcommand{\hgext}[1]{\index{\texttt{#1} extension}\texttt{#1}}
75
76 % Python class in a module. 73 % Python class in a module.
77 \newcommand{\pymodclass}[2]{\index{\texttt{#1} module!\texttt{#2} 74 \newcommand{\pymodclass}[2]{\index{\texttt{#1} module!\texttt{#2}
78 class}\texttt{#1.#2}} 75 class}\texttt{#1.#2}}
79 76
80 % Note: blah blah. 77 % Note: blah blah.