Function: hmouse-read-only-toggle-key
hmouse-read-only-toggle-key is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-read-only-toggle-key)
Documentation
Return the first toggle read-only mode key binding, or nil if none.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-read-only-toggle-key ()
"Return the first toggle read-only mode key binding, or nil if none."
(key-description (where-is-internal #'read-only-mode nil t)))