Function: gnus-group-description-apropos
gnus-group-description-apropos is an interactive and byte-compiled
function defined in gnus-group.el.gz.
Signature
(gnus-group-description-apropos REGEXP)
Documentation
List all newsgroups that have names or descriptions that match REGEXP.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-description-apropos (regexp)
"List all newsgroups that have names or descriptions that match REGEXP."
(interactive "sGnus description apropos (regexp): " gnus-group-mode)
(when (not (or gnus-description-hashtb
(gnus-read-all-descriptions-files)))
(error "Couldn't request descriptions file"))
(gnus-group-apropos regexp t))