From 36e4316870f46dfaccc0b3e49a3d3fdc5c0bb51e Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 1 Jan 2026 16:08:20 +0000 Subject: [PATCH] man: mu-query.7: correct typo "and and extra" -> "and an extra" Signed-off-by: Jeremy Sowden --- man/mu-query.7.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mu-query.7.org b/man/mu-query.7.org index 2483d5af..88adbf17 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/'