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