Mercurial > emacs
changeset 46160:b88409633904
(timeclock-workday-remaining): Fix typo.
(timeclock-workday-elapsed): Likewise.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 13:18:53 +0000 |
parents | bd315b9fa3f0 |
children | 29f1f32aee5b |
files | lisp/calendar/timeclock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/timeclock.el Wed Jul 03 12:01:24 2002 +0000 +++ b/lisp/calendar/timeclock.el Wed Jul 03 13:18:53 2002 +0000 @@ -458,7 +458,7 @@ (% (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 @@ 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."