diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 22:39:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 23:04:23 +0200 |
commit | c716d0cf5692ab853c0eb5dc809c765207762cdb (patch) | |
tree | 1ec67c806da421a2de5078b7b81f9544e8bdb2b9 /lisp | |
parent | 4b9e2f8080c2094008e63387fb69060fa5b819ce (diff) | |
download | emacs-c716d0cf5692ab853c0eb5dc809c765207762cdb.tar.gz emacs-c716d0cf5692ab853c0eb5dc809c765207762cdb.tar.bz2 emacs-c716d0cf5692ab853c0eb5dc809c765207762cdb.zip |
; 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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/gnus-cus.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 32c475239e5..5a0cf77a32a 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) |