Function: forge-browse-this-topic

forge-browse-this-topic is an autoloaded, interactive and byte-compiled function defined in forge-commands.el.

Signature

(forge-browse-this-topic)

Documentation

Visit the topic at point using a browser.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-commands.el
;;;###autoload(autoload 'forge-browse-this-topic "forge-commands" nil t)
(transient-define-suffix forge-browse-this-topic ()
  "Visit the topic at point using a browser."
  :description "browse"
  (interactive)
  (forge-browse-topic (forge-current-topic t)))