Variable: hycontrol--exit-status
hycontrol--exit-status is a variable defined in hycontrol.el.
Value
nil
Documentation
Internal HyControl status indicator of how it was exited.
After exit, it should be one of the following symbols triggered by the
associated key: quit {q}, abort {\C-g}, or toggle {t}.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol--exit-status nil
"Internal HyControl status indicator of how it was exited.
After exit, it should be one of the following symbols triggered by the
associated key: quit {q}, abort {\\`C-g'}, or toggle {t}.")