]> git.eshelyaron.com Git - emacs.git/commitdiff
Specify keymap in gnus-custom-mode docstring
authorRobert Pluim <rpluim@gmail.com>
Mon, 19 Sep 2022 13:29:27 +0000 (15:29 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 20 Sep 2022 15:44:05 +0000 (17:44 +0200)
* lisp/gnus/gnus-cus.el (gnus-custom-mode): Put in the keymap to use,
otherwise the bindings are looked up in the global map (where they
don't exist).

lisp/gnus/gnus-cus.el

index ddd939794dd1d833d24adb678816d653f307178f..32c475239e5636ac182832b59def04e26e0696be 100644 (file)
 (define-derived-mode gnus-custom-mode fundamental-mode "Gnus Customize"
   "Major mode for editing Gnus customization buffers.
 
-The following commands are available:
+The following commands are available:\\<widget-keymap>
 
 \\[widget-forward]             Move to next button or editable field.
 \\[widget-backward]            Move to previous button or editable field.
-\\[widget-button-click]                Activate button under the mouse pointer.
+\\[widget-button-click]        Activate button under the mouse pointer.
 \\[widget-button-press]                Activate button under point.
 
 Entry to this mode calls the value of `gnus-custom-mode-hook'