projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc75da
)
Fix checkdoc--fix-y-or-n-p query
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 18 Jun 2022 12:17:45 +0000
(14:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 18 Jun 2022 12:17:45 +0000
(14:17 +0200)
* lisp/emacs-lisp/checkdoc.el (checkdoc--fix-y-or-n-p): Fix the
query to match what's done (bug#56053).
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 5700afbb03eb6e8148736a0c7ba78c5313467c17..7ae01d03b041f6377cd877dcbb08537fee9e7246 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-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