doc/sexp-queries: fix example

Update the explanatory text to match the query.
This commit is contained in:
David Bremner 2022-04-30 14:13:03 -03:00
parent b2eb0547e1
commit 5e90c847d7

View file

@ -265,8 +265,8 @@ EXAMPLES
``(thread (matching (from bob@example.com) (to bob@example.com)))``
Match any (messages in) a thread containing a message from
"bob\@example.com" and a (possibly distinct) message to "bob at
example.com")
"bob\@example.com" and a (possibly distinct) message to
"bob\@example.com"
``(to (or bob@example.com mallory@example.org))`` ``(or (to bob@example.com) (to mallory@example.org))``