Variable: auto-insert-prompt
auto-insert-prompt is a customizable variable defined in
autoinsert.el.gz.
Value
"Perform %s auto-insertion?"
Documentation
Prompt to use when querying whether to auto-insert(var)/auto-insert(fun).
If this contains a %s, that will be replaced by the matching rule.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/autoinsert.el.gz
(defcustom auto-insert-prompt "Perform %s auto-insertion?"
"Prompt to use when querying whether to `auto-insert'.
If this contains a %s, that will be replaced by the matching rule."
:type 'string
:version "28.1")