/[emacs]/emacs/lisp/calendar/timeclock.el
ViewVC logotype

Diff of /emacs/lisp/calendar/timeclock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by lektu, Wed Jul 3 13:18:53 2002 UTC revision 1.20 by gm, Fri Jul 12 23:35:37 2002 UTC
# Line 124  If this variable is nil, no questions wi Line 124  If this variable is nil, no questions wi
124    "*A function used to determine the length of today's workday.    "*A function used to determine the length of today's workday.
125  The first time that a user clocks in each day, this function will be  The first time that a user clocks in each day, this function will be
126  called to determine what the length of the current workday is.  If  called to determine what the length of the current workday is.  If
127  nil, or equal to `timeclock-workday', nothing special will be done.  the return value is nil, or equal to `timeclock-workday', nothing special
128  If it is a quantity different from `timeclock-workday', however, a  will be done.  If it is a quantity different from `timeclock-workday',
129  record will be output to the timelog file to note the fact that that  however, a record will be output to the timelog file to note the fact that
130  day has a different length from the norm."  that day has a different length from the norm."
131    :type '(choice (const nil) (function-item timeclock-workday) function)    :type '(choice (const nil) function)
132    :group 'timeclock)    :group 'timeclock)
133    
134  (defcustom timeclock-ask-before-exiting t  (defcustom timeclock-ask-before-exiting t

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26