From 01ceb23372e6af635f57c3ff3a8860b9035df3b0 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 19 Sep 2022 15:29:27 +0200 Subject: [PATCH] Specify keymap in gnus-custom-mode docstring * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index ddd939794dd..32c475239e5 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el @@ -36,11 +36,11 @@ (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-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' -- 2.39.2