Function: gnus-group-edit-group-method
gnus-group-edit-group-method is an interactive and byte-compiled
function defined in gnus-group.el.gz.
Signature
(gnus-group-edit-group-method GROUP)
Documentation
Edit the select method of GROUP.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-edit-group-method (group)
"Edit the select method of GROUP."
(interactive (list (gnus-group-group-name)) gnus-group-mode)
(gnus-group-edit-group group 'method))