]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix userlock diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jan 2022 16:50:53 +0000 (08:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Jan 2022 16:58:39 +0000 (08:58 -0800)
* lisp/userlock.el (ask-user-about-lock):
Fix typo (missing paren) in diagnostic.

lisp/userlock.el

index d985cb5c8bfb86ccf41f1f4ddaa15efe94d4f023..a8e699385c7790ee21e59392e0e3b87a86ca0452 100644 (file)
@@ -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)