Function: hhist:init
hhist:init is an interactive and byte-compiled function defined in
hhist.el.
Signature
(hhist:init)
Documentation
Reset history list.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hhist.el
(defun hhist:init ()
"Reset history list."
(interactive)
(setq *hhist* nil))