changeset: 6442:1e26a962ab7a user: Kevin McCarthy <[email protected]> date: Wed Apr 15 19:25:46 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/1e26a962ab7a
Fix a few more incorrect documentation lines for hooks. Hopefully this finishes up aac979f8b529 and ca5aff2a4b6e. diffs (30 lines): diff -r d12cb775b779 -r 1e26a962ab7a doc/manual.xml.head --- a/doc/manual.xml.head Wed Apr 15 18:57:17 2015 -0700 +++ b/doc/manual.xml.head Wed Apr 15 19:25:46 2015 -0700 @@ -8327,7 +8327,7 @@ <cmdsynopsis> <command><link linkend="account-hook">account-hook</link></command> <arg choice="plain"> -<replaceable>pattern</replaceable> +<replaceable>regexp</replaceable> <replaceable>command</replaceable> </arg> </cmdsynopsis> @@ -8572,7 +8572,7 @@ <cmdsynopsis> <command><link linkend="crypt-hook">crypt-hook</link></command> <arg choice="plain"> -<replaceable class="parameter">pattern</replaceable> +<replaceable class="parameter">regexp</replaceable> </arg> <arg choice="plain"> <replaceable class="parameter">keyid</replaceable> @@ -8785,7 +8785,7 @@ <cmdsynopsis> <command><link linkend="mbox-hook">mbox-hook</link></command> <arg choice="plain"> -<replaceable class="parameter">[!]pattern</replaceable> +<replaceable class="parameter">[!]regexp</replaceable> </arg> <arg choice="plain"> <replaceable class="parameter">mailbox</replaceable>
