Function: forge-topic-state-menu
forge-topic-state-menu is an autoloaded, interactive and byte-compiled
function defined in forge-topic.el.
Signature
(forge-topic-state-menu)
Documentation
Set state of the current topic.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
;;;###autoload(autoload 'forge-topic-state-menu "forge-topic" nil t)
(transient-define-prefix forge-topic-state-menu ()
"Set state of the current topic."
:environment #'forge--menu-environment
[forge--topic-set-state-group])