Function: forge-topic-set-category

forge-topic-set-category is an interactive function defined in forge-topic.el.

Signature

(forge-topic-set-category VALUE)

Documentation

Edit the CATEGORY of the current discussion.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-set-category (category)
  "Edit the CATEGORY of the current discussion."
  :class 'forge--topic-set-slot-command :slot 'category
  :inapt-if-not #'forge-current-discussion)