summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)