Function: gnus-topic-sort-groups-by-score
gnus-topic-sort-groups-by-score is an interactive and byte-compiled
function defined in gnus-topic.el.gz.
Signature
(gnus-topic-sort-groups-by-score &optional REVERSE)
Documentation
Sort the current topic by group score.
If REVERSE, sort in reverse order.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-sort-groups-by-score (&optional reverse)
"Sort the current topic by group score.
If REVERSE, sort in reverse order."
(interactive "P" gnus-topic-mode)
(gnus-topic-sort-groups 'gnus-group-sort-by-score reverse))