Function: embark-keymap-help
embark-keymap-help is an interactive and byte-compiled function
defined in embark.el.
Signature
(embark-keymap-help)
Documentation
Prompt for an action to perform or command to become and run it.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-keymap-help ()
"Prompt for an action to perform or command to become and run it."
(interactive)
(user-error "Not meant to be called directly"))