Function: hkey-assist-help

hkey-assist-help is an interactive and byte-compiled function defined in hmouse-drv.el.

Signature

(hkey-assist-help)

Documentation

Display doc associated with Assist Key command in current context.

Return non-nil iff associated documentation is found.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defun hkey-assist-help ()
  "Display doc associated with Assist Key command in current context.
Return non-nil iff associated documentation is found."
  (interactive)
  (hkey-help t))