emacs-diffs
[Top][All Lists]
Advanced

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

master c716d0cf56 3/4: ; Use auto-generated docstring in gnus-custom-mod


From: Stefan Kangas
Subject: master c716d0cf56 3/4: ; Use auto-generated docstring in gnus-custom-mode
Date: Wed, 26 Oct 2022 17:04:34 -0400 (EDT)

branch: master
commit c716d0cf5692ab853c0eb5dc809c765207762cdb
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Use auto-generated docstring in gnus-custom-mode
    
    * lisp/gnus/gnus-cus.el (gnus-custom-mode): Change docstring to prefer
    text auto-generated by 'define-derived-mode' instead.
---
 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 32c475239e..5a0cf77a32 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -41,10 +41,7 @@ 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-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)



reply via email to

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