Function: gnus-topic-goto-topic
gnus-topic-goto-topic is a byte-compiled function defined in
gnus-topic.el.gz.
Signature
(gnus-topic-goto-topic TOPIC)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-goto-topic (topic)
(when topic
(gnus-text-property-search 'gnus-topic topic nil 'goto)))