Variable: timeclock-mode-string
timeclock-mode-string is a variable defined in timeclock.el.gz.
Value
nil
Documentation
The timeclock string (optionally) displayed in the mode line.
The time is bracketed by <> if you are clocked in, otherwise by [].
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defvar timeclock-mode-string nil
"The timeclock string (optionally) displayed in the mode line.
The time is bracketed by <> if you are clocked in, otherwise by [].")