From: Richard Russon Date: Fri, 26 Apr 2019 22:42:21 +0000 (+0100) Subject: docs: tidy guide X-Git-Tag: 2019-10-25~234^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5929eca783c3d149a326c59c08d9226452698112;p=neomutt docs: tidy guide - Add missing whitespace - Remove unnecessary backslashes --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 27e6e5e1a..251d39e72 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5346,9 +5346,9 @@ unignore posted-to: initialization file instead. If you also happen to get mail from someone whose address is neomutt-users@example.com, you could use - lists^neomutt-users@neomutt\\.org$ + lists ^neomutt-users@neomutt\\.org$ or - subscribe^neomutt-users@neomutt\\.org$ + subscribe ^neomutt-users@neomutt\\.org$ to match only mail from the actual list. @@ -7295,51 +7295,51 @@ set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?)%* %s" - \\y + \y Matches the empty string at either the beginning or the end of a word - \\B + \B Matches the empty string within a word - \\< + \< Matches the empty string at the beginning of a word - \\> + \> Matches the empty string at the end of a word - \\w + \w Matches any word-constituent character (letter, digit, or underscore) - \\W + \W Matches any character that is not word-constituent - \\` + \` Matches the empty string at the beginning of a buffer (string) - \\' + \' Matches the empty string at the end of a buffer