changeset 241:09d5897ad935

Fix a few more errors in the index.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 May 2007 09:57:17 -0700
parents 4119e57679f7
children 0d536cb488f2
files en/hgext.tex en/mq.tex
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/en/hgext.tex	Sun May 27 09:52:53 2007 -0700
+++ b/en/hgext.tex	Sun May 27 09:57:17 2007 -0700
@@ -347,7 +347,7 @@
   patchbomb =
 \end{codesample2}
 Once you've enabled the extension, you will have a new command
-available, named \hgxcmd{email}.
+available, named \hgxcmd{patchbomb}{email}.
 
 
 %%% Local Variables: 
--- a/en/mq.tex	Sun May 27 09:52:53 2007 -0700
+++ b/en/mq.tex	Sun May 27 09:57:17 2007 -0700
@@ -880,9 +880,9 @@
 provides a good way to ``get a sense of'' a patch---which files it
 affects, and how much change it introduces to each file and as a
 whole.  (I find that it's a good idea to use \command{diffstat}'s
-\cmdopt{-p} option as a matter of course, as otherwise it will try to
-do clever things with prefixes of file names that inevitably confuse
-at least me.)
+\cmdopt{diffstat}{-p} option as a matter of course, as otherwise it
+will try to do clever things with prefixes of file names that
+inevitably confuse at least me.)
 
 \begin{figure}[ht]
   \interaction{mq.tools.tools}