Variable: edebug-eval-mode-abbrev-table
edebug-eval-mode-abbrev-table is a variable defined in edebug.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for edebug-eval-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(define-derived-mode edebug-eval-mode lisp-interaction-mode "Edebug Eval"
"Mode for evaluation list buffer while in Edebug.
In addition to all Interactive Emacs Lisp commands there are local and
global key bindings to several Edebug specific commands. E.g.
`edebug-step-mode' is bound to \\[edebug-step-mode] in the Edebug
buffer and \\<global-map>\\[edebug-step-mode] in any buffer.
Eval list buffer commands:
\\{edebug-eval-mode-map}
Global commands prefixed by `edebug-global-prefix':
\\{edebug-global-map}")