Variable: world-clock-timer-enable
world-clock-timer-enable is a customizable variable defined in
time.el.gz.
Value
t
Documentation
If non-nil, a timer will update the world-clock buffer.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Aliases
display-time-world-timer-enable (obsolete since 28.1)
Source Code
;; Defined in /usr/src/emacs/lisp/time.el.gz
(defcustom world-clock-timer-enable t
"If non-nil, a timer will update the `world-clock' buffer."
:type 'boolean
:version "28.1")