Variable: embark-become-help-map

embark-become-help-map is a variable defined in embark.el.

Value

-  negative-argument
0  digit-argument
1  digit-argument
2  digit-argument
3  digit-argument
4  digit-argument
5  digit-argument
6  digit-argument
7  digit-argument
8  digit-argument
9  digit-argument
C  apropos-command
F  describe-face
U  apropos-user-option
V  apropos-variable
f  describe-function
i  describe-input-method
p  describe-package
s  describe-symbol
v  describe-variable

Documentation

Keymap for Embark help actions.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-become-help-map
  :doc "Keymap for Embark help actions."
  :parent embark-meta-map
  "V" #'apropos-variable
  "U" #'apropos-user-option
  "C" #'apropos-command
  "v" #'describe-variable
  "f" #'describe-function
  "s" #'describe-symbol
  "F" #'describe-face
  "p" #'describe-package
  "i" #'describe-input-method)