Function: forge-topic-set-labels
forge-topic-set-labels is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-set-labels VALUE)
Documentation
Edit the LABELS of the current topic.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-set-labels (labels)
"Edit the LABELS of the current topic."
:class 'forge--topic-set-slot-command :slot 'labels
:inapt-if-not #'forge-current-topic
:formatter (##forge--format-labels % t))