Function: gnus-group-topic-p
gnus-group-topic-p is a byte-compiled function defined in
gnus-topic.el.gz.
Signature
(gnus-group-topic-p)
Documentation
Return non-nil if the current line is a topic.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-group-topic-p ()
"Return non-nil if the current line is a topic."
(gnus-group-topic-name))