about summary refs log tree commit diff
path: root/xapian
diff options
context:
space:
mode:
Diffstat (limited to 'xapian')
-rw-r--r--xapian/xapian.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/xapian/xapian.scm b/xapian/xapian.scm
index b104cfd..c744101 100644
--- a/xapian/xapian.scm
+++ b/xapian/xapian.scm
@@ -58,7 +58,7 @@
             query-xor
             query-filter
             query-phrase
-            query-terms
+            query-termlist
             prefixed-range-processor
             suffixed-range-processor
             prefixed-date-range-processor
@@ -358,7 +358,7 @@ In a weighted context, the weight is the sum of the weights for all
 queries."
   (guile-xapian-build-query (Query-OP-PHRASE) queries))
 
-(define (query-terms query)
+(define (query-termlist query)
   (iterable (Query-get-terms-begin query)
             (Query-get-terms-end query)))