emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 608f349cd2: Fix checkdoc--fix-y-or-n-p query


From: Lars Ingebrigtsen
Subject: master 608f349cd2: Fix checkdoc--fix-y-or-n-p query
Date: Sat, 18 Jun 2022 08:29:17 -0400 (EDT)

branch: master
commit 608f349cd29e9754279d963e33e19eb46b849882
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/emacs-lisp/checkdoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 5700afbb03..7ae01d03b0 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]