emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 01ceb23372 1/2: Specify keymap in gnus-custom-mode docstring


From: Robert Pluim
Subject: master 01ceb23372 1/2: Specify keymap in gnus-custom-mode docstring
Date: Tue, 20 Sep 2022 11:45:56 -0400 (EDT)

branch: master
commit 01ceb23372e6af635f57c3ff3a8860b9035df3b0
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    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 ddd939794d..32c475239e 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-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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]