Function: gnus-group-sort-selected-groups-by-method

gnus-group-sort-selected-groups-by-method is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-sort-selected-groups-by-method &optional N REVERSE)

Documentation

Sort the group buffer alphabetically by back end name.

Obeys the process/prefix convention. If REVERSE (the symbolic prefix), sort in reverse order.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-sort-selected-groups-by-method (&optional n reverse)
  "Sort the group buffer alphabetically by back end name.
Obeys the process/prefix convention.  If REVERSE (the symbolic prefix),
sort in reverse order."
  (interactive (gnus-interactive "P\ny") gnus-group-mode)
  (gnus-group-sort-selected-groups n 'gnus-group-sort-by-method reverse))