From: Rocco Rutte Date: Tue, 16 Oct 2007 09:33:15 +0000 (+0200) Subject: Manual: fix typo (closes #2971). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2020c06d11a76812fb5ddcd5cd53951fe73e8110;p=neomutt Manual: fix typo (closes #2971). --- diff --git a/ChangeLog b/ChangeLog index b562657fd..05f4d830e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-10-15 11:01 +0200 Rocco Rutte (35e5c34b7e91) + + * rfc3676.c: f=f: Print standalone fixed lines as-is (closes #2917). + +2007-10-11 12:10 +0200 Rocco Rutte (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 (efcd349fc9e0) * init.h: Document that $indent_string actually is a format string. diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 103f5aba9..43ecd19e3 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2390,7 +2390,7 @@ command. To remove a regular expression from the alternates list, use the unalternates command with exactly the same regexp. -Likewise, if the regexp for a alternates command matches +Likewise, if the regexp for an alternates command matches an entry on the unalternates list, that unalternates entry will be removed. If the regexp for unalternates is ``*'', all entries on alternates will be removed.