aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love2001-02-15 00:14:17 +0000
committerDave Love2001-02-15 00:14:17 +0000
commit3becc0163d0c8155e21e7a8e1df100960de18f9f (patch)
tree1fbc07c15d69273b67295579ef453b77ea42660f /lisp
parent681e6b4b6beeb96c168c7e85cb84a06a9f79e835 (diff)
downloademacs-3becc0163d0c8155e21e7a8e1df100960de18f9f.tar.gz
emacs-3becc0163d0c8155e21e7a8e1df100960de18f9f.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/timeclock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el
index d96250dde1d..773c131a24f 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -128,7 +128,7 @@ nil, or equal to `timeclock-workday', nothing special will be done.
128If it is a quantity different from `timeclock-workday', however, a 128If it is a quantity different from `timeclock-workday', however, a
129record will be output to the timelog file to note the fact that that 129record will be output to the timelog file to note the fact that that
130day has a different length from the norm." 130day has a different length from the norm."
131 :type 'function 131 :type '(choice (const nil) (function-item timeclock-workday) function)
132 :group 'timeclock) 132 :group 'timeclock)
133 133
134(defcustom timeclock-ask-before-exiting t 134(defcustom timeclock-ask-before-exiting t