Function: transient-update

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

Signature

(transient-update)

Documentation

Redraw the transient's state in the menu buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-update ()
  "Redraw the transient's state in the menu buffer."
  (interactive)
  (setq prefix-arg current-prefix-arg))