--- gnu-sum.el.orig Wed May 22 14:03:30 2002 +++ gnu-sum.el Sat May 25 11:56:55 2002 @@ -7172,8 +7172,9 @@ days) (while (not days-got) (setq days (if younger - (read-string "Limit to articles within (in days): ") - (read-string "Limit to articles older than (in days): "))) + (read-string "Limit to articles younger than (in days, older when negative): ") + (read-string + "Limit to articles older than (in days, younger when negative): "))) (when (> (length days) 0) (setq days (read days))) (if (numberp days)