* gnus-delay.el (gnus-delay-article) Improve prompt.
authorAdam Sjøgren <asjo@koldfront.dk>
Sun, 13 Feb 2011 19:37:54 +0000 (11:37 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Feb 2011 19:37:54 +0000 (11:37 -0800)
lisp/ChangeLog
lisp/gnus-delay.el

index dc45746..1a1afdf 100644 (file)
@@ -1,6 +1,7 @@
 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
 
        * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
+       Improve prompt.
 
 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
 
index 9b5a320..bfd1705 100644 (file)
@@ -78,7 +78,7 @@ DELAY is a string, giving the length of the time.  Possible values are:
   time, then the deadline is tomorrow, else today."
   (interactive
    (list (read-string
-         "Target date (YYYY-MM-DD) or length of delay (units in [mhdwMY]): "
+         "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): "
          gnus-delay-default-delay)))
   (let (num unit days year month day hour minute deadline)
     (cond ((string-match