Fix userlock diagnostic

* lisp/userlock.el (ask-user-about-lock):
Fix typo (missing paren) in diagnostic.
This commit is contained in:
Paul Eggert 2022-01-11 08:50:53 -08:00
parent 8564af99b0
commit 68f2d772e5

View 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)