mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; 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.
This commit is contained in:
parent
4b9e2f8080
commit
c716d0cf56
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue