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:
parent
0dc75daf11
commit
608f349cd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue