]> git.cworth.org Git - notmuch/commitdiff
doc/sexp-queries: fix example
authorDavid Bremner <david@tethera.net>
Sat, 30 Apr 2022 17:13:03 +0000 (14:13 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 Apr 2022 17:13:03 +0000 (14:13 -0300)
Update the explanatory text to match the query.

doc/man7/notmuch-sexp-queries.rst

index 0eb867349f4d32d0f50c31dcc2e46c8e12cb8458..a20943c657fa9921bef1098617aac1992ff99381 100644 (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))``