Function: timeclock-ask-for-reason
timeclock-ask-for-reason is a byte-compiled function defined in
timeclock.el.gz.
Signature
(timeclock-ask-for-reason)
Documentation
Ask the user for the reason they are clocking out.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defun timeclock-ask-for-reason ()
"Ask the user for the reason they are clocking out."
(completing-read "Reason for clocking out: " timeclock-reason-list))