2000-12-01 Christopher Splinter <chris@splinter.inka.de>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 1 Dec 2000 21:49:40 +0000 (21:49 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 1 Dec 2000 21:49:40 +0000 (21:49 +0000)
* gnus-sum.el (gnus-summary-limit-to-age): Fix typo.

lisp/ChangeLog
lisp/gnus-sum.el

index 1d1d466..ca6ee7f 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-01  Christopher Splinter <chris@splinter.inka.de>
+
+       * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
+
 2000-12-01  Simon Josefsson  <sj@extundo.com>
 
        * mml-smime.el (mml-smime-verify): Fix address parsing.
index e762b18..78df651 100644 (file)
@@ -6379,7 +6379,7 @@ articles that are younger than AGE days."
      (while (not days-got)
        (setq days (if younger
                      (read-string "Limit to articles within (in days): ")
-                   (read-string "Limit to articles old than (in days): ")))
+                   (read-string "Limit to articles older than (in days): ")))
        (when (> (length days) 0)
         (setq days (read days)))
        (if (numberp days)