From 0ccf4ab71ebace40158075f8ba06ae2ce09c31fb Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 16 May 2020 15:24:13 +0200 Subject: [PATCH] * lisp/gnus/gnus-cus.el (gnus-custom-mode): Doc fix. --- lisp/gnus/gnus-cus.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index f0c4d07ca9..7c647f7f78 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el @@ -41,10 +41,7 @@ gnus-custom-mode \\[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-press] Activate button under point. - -Entry to this mode calls the value of `gnus-custom-mode-hook' -if that value is non-nil." +\\[widget-button-press] Activate button under point." (use-local-map widget-keymap) ;; Emacs stuff: (when (and (facep 'custom-button-face) -- 2.26.2