]> granicus.if.org Git - neomutt/commitdiff
Manual: fix typo (closes #2971).
authorRocco Rutte <pdmef@gmx.net>
Tue, 16 Oct 2007 09:33:15 +0000 (11:33 +0200)
committerRocco Rutte <pdmef@gmx.net>
Tue, 16 Oct 2007 09:33:15 +0000 (11:33 +0200)
ChangeLog
doc/manual.xml.head

index b562657fd16ba6f4bdd2632a921e69de32db019a..05f4d830ed67ccdce99352fc92ff0560814dc119 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-10-15 11:01 +0200  Rocco Rutte  <pdmef@gmx.net>  (35e5c34b7e91)
+
+       * rfc3676.c: f=f: Print standalone fixed lines as-is (closes #2917).
+
+2007-10-11 12:10 +0200  Rocco Rutte  <pdmef@gmx.net>  (c15eeb44f139)
+
+       * ChangeLog, UPDATING, doc/manual.xml.head: Document format string
+       pipes. This is roughly the commit message only. Add a line to
+       UPDATING (mark it as a change rather than a new feature as it may
+       break setups).
+
 2007-10-11 11:18 +0200  Rocco Rutte  <pdmef@gmx.net>  (efcd349fc9e0)
 
        * init.h: Document that $indent_string actually is a format string.
index 103f5aba9e86d4a4a0ebce3c951d15121b8842b5..43ecd19e3d99b4e5d516d1ebc6f3b7a0a927ea93 100644 (file)
@@ -2390,7 +2390,7 @@ command.
 <para>
 To remove a regular expression from the <literal>alternates</literal> list, use the
 <literal>unalternates</literal> command with exactly the same <emphasis>regexp</emphasis>.
-Likewise, if the <emphasis>regexp</emphasis> for a <literal>alternates</literal> command matches
+Likewise, if the <emphasis>regexp</emphasis> for an <literal>alternates</literal> command matches
 an entry on the <literal>unalternates</literal> list, that <literal>unalternates</literal>
 entry will be removed. If the <emphasis>regexp</emphasis> for <literal>unalternates</literal>
 is ``*'', <emphasis>all entries</emphasis> on <literal>alternates</literal> will be removed.