1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

; * lisp/server.el (server-start): Fix a typo in a warning message.

This commit is contained in:
Jim Porter 2022-11-25 10:36:20 -08:00
parent 2557145f10
commit 698b202ddc

View File

@ -709,7 +709,7 @@ the `server-process' variable."
(concat "Unable to start the Emacs server.\n"
(cadr err)
(substitute-command-keys
"\nTo start the server in this Emacs process, stop the existingserver or call `\\[server-force-delete]' to forcibly disconnect it."))
"\nTo start the server in this Emacs process, stop the existing server or call `\\[server-force-delete]' to forcibly disconnect it."))
:warning)
(setq leave-dead t)))
;; Now any previous server is properly stopped.