Function: hydra-amaranth-warn
hydra-amaranth-warn is an interactive and byte-compiled function
defined in hydra.el.
Signature
(hydra-amaranth-warn)
Documentation
Issue a warning that the current input was ignored.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defun hydra-amaranth-warn ()
"Issue a warning that the current input was ignored."
(interactive)
(message hydra-amaranth-warn-message))