Include the keymap in the gud-mode doc string
* lisp/progmodes/gud.el (gud-mode): Add the gud keymap to the end of the doc string for easier access (bug#31406).
This commit is contained in:
parent
28b61da99f
commit
3052cbb078
1 changed files with 5 additions and 1 deletions
|
@ -2566,7 +2566,11 @@ You may use the `gud-def' macro in the initialization hook to define other
|
|||
commands.
|
||||
|
||||
Other commands for interacting with the debugger process are inherited from
|
||||
comint mode, which see."
|
||||
`comint-mode', which see.
|
||||
|
||||
Commands:
|
||||
|
||||
\\{gud-mode-map}"
|
||||
(setq mode-line-process '(":%s"))
|
||||
(define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
|
||||
(setq-local gud-last-frame nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue