(message-shorten-references): Comment on the number "21".
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 20:22:23 +0000 (22:22 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 20:22:23 +0000 (22:22 +0200)
Suggested by Stefan Monnier.

lisp/ChangeLog
lisp/message.el

index 3fba837..e037967 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-shorten-references): Comment on the number "21".
+       Suggested by Stefan Monnier.
+
        * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
        Suggested by jidanni.
 
index bd8baca..7c8c07e 100644 (file)
@@ -6093,6 +6093,7 @@ If the current line has `message-yank-prefix', insert it on the new line."
 When sending via news, also check that the REFERENCES are less
 than 988 characters long, and if they are not, trim them until
 they are."
+  ;; 21 is the number suggested by USEAGE.
   (let ((maxcount 21)
        (count 0)
        (cut 2)