; Don't reference obsolete variables in edebug.el
* lisp/emacs-lisp/edebug.el (edebug-mode, edebug-eval-mode): Don't reference obsolete variables in the doc strings. (Bug#54070)
This commit is contained in:
parent
57c112cfe5
commit
3a8c3f7abd
1 changed files with 4 additions and 4 deletions
|
@ -3902,8 +3902,8 @@ Also see bindings for the eval list buffer *edebug* in `edebug-eval-mode'.
|
||||||
The edebug buffer commands:
|
The edebug buffer commands:
|
||||||
\\{edebug-mode-map}
|
\\{edebug-mode-map}
|
||||||
|
|
||||||
Global commands prefixed by `global-edebug-prefix':
|
Global commands prefixed by `edebug-global-prefix':
|
||||||
\\{global-edebug-map}
|
\\{edebug-global-map}
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
`edebug-setup-hook'
|
`edebug-setup-hook'
|
||||||
|
@ -4070,8 +4070,8 @@ buffer and \\<global-map>\\[edebug-step-mode] in any buffer.
|
||||||
Eval list buffer commands:
|
Eval list buffer commands:
|
||||||
\\{edebug-eval-mode-map}
|
\\{edebug-eval-mode-map}
|
||||||
|
|
||||||
Global commands prefixed by `global-edebug-prefix':
|
Global commands prefixed by `edebug-global-prefix':
|
||||||
\\{global-edebug-map}")
|
\\{edebug-global-map}")
|
||||||
|
|
||||||
;;; Interface with standard debugger.
|
;;; Interface with standard debugger.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue