Function: transient-undefined
transient-undefined is an interactive and byte-compiled function
defined in transient.el.
Signature
(transient-undefined)
Documentation
Warn the user that the pressed key is not bound to any suffix.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-undefined ()
"Warn the user that the pressed key is not bound to any suffix."
(interactive)
(transient--invalid "Unbound suffix"))