(message-unique-id): Comment change.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 15 Apr 2003 23:20:16 +0000 (23:20 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 15 Apr 2003 23:20:16 +0000 (23:20 +0000)
lisp/ChangeLog
lisp/message.el

index da31cf5..8138139 100644 (file)
@@ -1,5 +1,7 @@
 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-unique-id): Comment change.
+
        * gnus-art.el (gnus-article-next-page-1): New function.
        (gnus-article-next-page): Use it.
 
index 7560068..29ea74e 100644 (file)
@@ -4385,9 +4385,9 @@ If NOW, use that time instead."
                               (lsh (% message-unique-id-char 25) 16)) 4)
      (message-number-base36 (+ (nth 1 tm)
                               (lsh (/ message-unique-id-char 25) 16)) 4)
-     ;; Append the newsreader name, because while the generated
-     ;; ID is unique to this newsreader, other newsreaders might
-     ;; otherwise generate the same ID via another algorithm.
+     ;; Append a given name, because while the generated ID is unique
+     ;; to this newsreader, other newsreaders might otherwise generate
+     ;; the same ID via another algorithm.
      ".fsf")))
 
 (defun message-number-base36 (num len)