summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-10 17:21:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-10 17:21:08 +0200
commit73015aa9342df4b7b900e3b9768d8fcc47ad91a3 (patch)
tree2fb4acb67a474358b797b5f5660694f4247090f6
parenta2959158ecdbbb45c60b60e7f47a2b37d7505d7f (diff)
messages: Update comment.
-rw-r--r--mumi/messages.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumi/messages.scm b/mumi/messages.scm
index 3648eb5..1a9dbcf 100644
--- a/mumi/messages.scm
+++ b/mumi/messages.scm
@@ -230,8 +230,8 @@ about."
(define-public (process-query query)
"Process the QUERY string and return a list of query terms and
sets that need to overlap the result set."
- ;; Mu doesn't like punctuation. Replace with spaces. Leave hyphens
- ;; and quotes.
+ ;; Xapian doesn't like punctuation. Replace with spaces. Leave
+ ;; hyphens and quotes.
(define (clean-term term)
(string-map (match-lambda
((and (or #\" #\-) c) c)