Function: which-key--stop-timer
which-key--stop-timer is a byte-compiled function defined in
which-key.el.gz.
Signature
(which-key--stop-timer)
Documentation
Deactivate idle timer for which-key--update.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defun which-key--stop-timer ()
"Deactivate idle timer for `which-key--update'."
(when which-key--timer (cancel-timer which-key--timer)))