Function: transient--do-scroll

transient--do-scroll is a byte-compiled function defined in transient.el.gz.

Signature

(transient--do-scroll)

Documentation

Call the scroll command without exporting variables and stay transient.

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient--do-scroll ()
  "Call the scroll command without exporting variables and stay transient."
  transient--stay)