changeset 46341:ff3a56c0df0f

(timeclock-get-workday-function): `timeclock-workday' is not a valid option for this, rather it is a value that may be returned.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 Jul 2002 23:35:37 +0000
parents dd413d2af8ad
children 744d34a040d3
files lisp/calendar/timeclock.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/timeclock.el	Fri Jul 12 23:32:14 2002 +0000
+++ b/lisp/calendar/timeclock.el	Fri Jul 12 23:35:37 2002 +0000
@@ -124,11 +124,11 @@
   "*A function used to determine the length of today's workday.
 The first time that a user clocks in each day, this function will be
 called to determine what the length of the current workday is.  If
-nil, or equal to `timeclock-workday', nothing special will be done.
-If it is a quantity different from `timeclock-workday', however, a
-record will be output to the timelog file to note the fact that that
-day has a different length from the norm."
-  :type '(choice (const nil) (function-item timeclock-workday) function)
+the return value is nil, or equal to `timeclock-workday', nothing special
+will be done.  If it is a quantity different from `timeclock-workday', 
+however, a record will be output to the timelog file to note the fact that
+that day has a different length from the norm."
+  :type '(choice (const nil) function)
   :group 'timeclock)
 
 (defcustom timeclock-ask-before-exiting t