]> git.eshelyaron.com Git - emacs.git/commitdiff
Include the keymap in the gud-mode doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 9 Dec 2020 17:42:36 +0000 (18:42 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 9 Dec 2020 17:42:36 +0000 (18:42 +0100)
* lisp/progmodes/gud.el (gud-mode): Add the gud keymap to the end
of the doc string for easier access (bug#31406).

lisp/progmodes/gud.el

index cee0961013a5ba9a7491179666a954f9ee153778..134c2fc5c9785fd590e9ba4e9c67c1ed6bd01d0e 100644 (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)