Function: forge-topic-set-marks
forge-topic-set-marks is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-set-marks VALUE)
Documentation
Edit the MARKS 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-marks (marks)
"Edit the MARKS of the current topic."
:class 'forge--topic-set-slot-command :slot 'marks
:inapt-if-not #'forge-current-topic
:formatter (##forge--format-marks % t))