Function: gnus-group-topic-name
gnus-group-topic-name is an autoloaded and byte-compiled function
defined in gnus-topic.el.gz.
Signature
(gnus-group-topic-name)
Documentation
The name of the topic on the current line.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
;;; Utility functions
(defun gnus-group-topic-name ()
"The name of the topic on the current line."
(get-text-property (point-at-bol) 'gnus-topic))