Function: forge-topic-status-menu

forge-topic-status-menu is an autoloaded, interactive and byte-compiled function defined in forge-topic.el.

Signature

(forge-topic-status-menu)

Documentation

Set status of the current topic.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
;;;###autoload(autoload 'forge-topic-status-menu "forge-topic" nil t)
(transient-define-prefix forge-topic-status-menu ()
  "Set status of the current topic."
  :environment #'forge--menu-environment
  [forge--topic-set-status-group])