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:
Lars Ingebrigtsen 2020-12-09 18:42:36 +01:00
parent 28b61da99f
commit 3052cbb078

View file

@ -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)