Function: strokes-no-match-default
strokes-no-match-default is a byte-compiled function defined in
strokes.el.gz.
Signature
(strokes-no-match-default &rest _)
Documentation
Signal an error when no stroke matches.
Source Code
;; Defined in /usr/src/emacs/lisp/strokes.el.gz
(defun strokes-no-match-default (&rest _)
"Signal an error when no stroke matches."
(error
"No stroke matches; see variable `strokes-minimum-match-score'"))