]> git.eshelyaron.com Git - emacs.git/commitdiff
; Use auto-generated docstring in gnus-custom-mode
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Oct 2022 20:39:56 +0000 (22:39 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 26 Oct 2022 21:04:23 +0000 (23:04 +0200)
* 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

index 32c475239e5636ac182832b59def04e26e0696be..5a0cf77a32a615b91bdf131d7c2a1790c47f966f 100644 (file)
@@ -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)