emacs-diffs
[Top][All Lists]
Advanced

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

master 68f2d772e5 1/2: Fix userlock diagnostic


From: Paul Eggert
Subject: master 68f2d772e5 1/2: Fix userlock diagnostic
Date: Tue, 11 Jan 2022 11:58:57 -0500 (EST)

branch: master
commit 68f2d772e51a0f436559bbfe26868eaca23af390
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix userlock diagnostic
    
    * lisp/userlock.el (ask-user-about-lock):
    Fix typo (missing paren) in diagnostic.
---
 lisp/userlock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/userlock.el b/lisp/userlock.el
index d985cb5c8b..a8e699385c 100644
--- a/lisp/userlock.el
+++ b/lisp/userlock.el
@@ -65,7 +65,7 @@ in any way you like."
              opponent))
       (while (null answer)
         (message (substitute-command-keys
-                  "%s locked by %s: (\\`s', \\`q', \\`p', \\`?'? ")
+                  "%s locked by %s: (\\`s', \\`q', \\`p', \\`?')? ")
                  short-file short-opponent)
        (if noninteractive (error "Cannot resolve lock conflict in batch mode"))
        (let ((tem (let ((inhibit-quit t)



reply via email to

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