From 49eae22fbb6b365fc06727213d6bd46ab63e3f4e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 3 Jul 2002 13:31:07 +0000 Subject: [PATCH] (timeclock-workday-remaining): Fix typo. (timeclock-workday-elapsed): Likewise. --- lisp/ChangeLog | 5 +++++ lisp/calendar/timeclock.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 232ed9b2b1d..b2fe221726d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,11 @@ * 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 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index a7f3c73d32d..c93464f02fe 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -458,7 +458,7 @@ as with time remaining, where negative time really means overtime)." (% (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 @@ -491,7 +491,7 @@ See `timeclock-relative' for more information about the meaning of 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." -- 2.39.2