+2004-01-13 Simon Josefsson <jas@extundo.com>
+
+ * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
+ Jim Blandy <jimb@redhat.com> (tiny change).
+
2004-01-12 Jesper Harder <harder@ifa.au.dk>
* gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
;;; gnus-range.el --- range and sequence functions for Gnus
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004
;; Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
(cdr top)))
(defun gnus-compress-sequence (numbers &optional always-list)
- "Convert list of numbers to a list of ranges or a single range.
+ "Convert sorted list of numbers to a list of ranges or a single range.
If ALWAYS-LIST is non-nil, this function will always release a list of
ranges."
(let* ((first (car numbers))