* mail/reporter.el (reporter-submit-bug-report): Likewise.
+ * allout.el (outline-goto-prefix): Likewise.
+
+ * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
+ (timeclock-workday-elapsed): Likewise.
+
2002-07-02 Juanma Barranquero <lektu@terra.es>
* mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
(% (truncate (/ (abs seconds) 60)) 60))))
(defsubst timeclock-workday-remaining (&optional today-only)
- "Return a the number of seconds until the workday is complete.
+ "Return the number of seconds until the workday is complete.
The amount returned is relative to the value of `timeclock-workday'.
If TODAY-ONLY is non-nil, the value returned will be relative only to
the time worked today, and not to past time. This argument only makes
string)))
(defsubst timeclock-workday-elapsed ()
- "Return a the number of seconds worked so far today.
+ "Return the number of seconds worked so far today.
If RELATIVE is non-nil, the amount returned will be relative to past
time worked. The default is to return only the time that has elapsed
so far today."