man: mu-query.7: correct typo

"and and extra" -> "and an extra"

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden
2026-01-01 16:08:20 +00:00
committed by Seth Ladygo
parent 8798e43037
commit 36e4316870

View File

@ -166,7 +166,7 @@ can write
#+begin_example #+begin_example
mu find 'subject:/hello\\040world/' mu find 'subject:/hello\\040world/'
#+end_example #+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, to escape it). In many cases,
#+begin_example #+begin_example
mu find 'subject:/hello.world/' mu find 'subject:/hello.world/'