diff options
| author | Jeremy Sowden <jeremy@azazel.net> | 2026-01-01 16:08:20 +0000 |
|---|---|---|
| committer | Jeremy Sowden <jeremy@azazel.net> | 2026-01-01 16:12:02 +0000 |
| commit | f62535d1d1f126bdf7d9bc6c4999822ad3a9f789 (patch) | |
| tree | 19adf7f73c33cbe18b5f8492af5b5c3a524d9735 | |
| parent | 8309e541d26bcd6a8daefd88fad77120315b05ed (diff) | |
man: mu-query.7: correct typo
"and and extra" -> "and an extra"
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
| -rw-r--r-- | man/mu-query.7.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mu-query.7.org b/man/mu-query.7.org index 2483d5a..88adbf1 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -166,7 +166,7 @@ can write #+begin_example mu find 'subject:/hello\\040world/' #+end_example -(with the \\040 specifying a space in the regular expression, and and extra `\\' +(with the \\040 specifying a space in the regular expression, and an extra `\\' to escape it). In many cases, #+begin_example mu find 'subject:/hello.world/' |
