This commit was generated by cvs2svn to compensate for changes in r5912,
[elisp/gnus.git-] / lisp / gnus-range.el
index 799e883..672e726 100644 (file)
@@ -55,7 +55,7 @@
     list1))
 
 (defun gnus-sorted-complement (list1 list2)
-  "Return a list of elements of LIST1 that do not appear in LIST2.
+  "Return a list of elements that are in LIST1 or LIST2 but not both.
 Both lists have to be sorted over <."
   (let (out)
     (if (or (null list1) (null list2))