Variable: edmacro--key-line-regexp
edmacro--key-line-regexp is a variable defined in edmacro.el.gz.
Value
"Key:\\(.*\\)$"
Documentation
A regexp identifying the line containing the bound key sequence.
Source Code
;; Defined in /usr/src/emacs/lisp/edmacro.el.gz
(defvar edmacro--key-line-regexp
"Key:\\(.*\\)$"
"A regexp identifying the line containing the bound key sequence.")