Fix checkdoc--fix-y-or-n-p query

* lisp/emacs-lisp/checkdoc.el (checkdoc--fix-y-or-n-p): Fix the
query to match what's done (bug#56053).
This commit is contained in:
Lars Ingebrigtsen 2022-06-18 14:17:45 +02:00
parent 0dc75daf11
commit 608f349cd2

View file

@ -2628,7 +2628,7 @@ a space as a style error."
(checkdoc-autofix-ask-replace
(match-beginning 0) (match-end 0)
(format-message
"`y-or-n-p' argument should end with \"? \". Fix?")
"`y-or-n-p' argument should end with \"?\". Fix?")
"?\"" t))
nil
(checkdoc-create-error