Function: transient-update

transient-update is an interactive and byte-compiled function defined in transient.el.

Signature

(transient-update)

Documentation

Redraw the transient's state in the menu buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-update ()
  "Redraw the transient's state in the menu buffer."
  (interactive)
  (setq prefix-arg current-prefix-arg))