# HG changeset patch # User Bryan O'Sullivan # Date 1180285037 25200 # Node ID 09d5897ad935940f3ae481c0b245c3fa4cdfac52 # Parent 4119e57679f78534f2bb53a8d5f2c4259a2054f1 Fix a few more errors in the index. diff -r 4119e57679f7 -r 09d5897ad935 en/hgext.tex --- 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: diff -r 4119e57679f7 -r 09d5897ad935 en/mq.tex --- 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}