Variable: kbd-key:extended-command-prefix
kbd-key:extended-command-prefix is a variable defined in hib-kbd.el.
Value
"\\_<M-x\\_>"
Documentation
Normalized prefix regular expression that invokes an extended command.
Default is \M-x.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-kbd.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defconst kbd-key:extended-command-prefix "\\_<M-x\\_>"
"Normalized prefix regular expression that invokes an extended command.
Default is \\`M-x'.")