From 698b202ddca835c518c916ffd1f482e2b256edde Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 25 Nov 2022 10:36:20 -0800 Subject: [PATCH] ; * lisp/server.el (server-start): Fix a typo in a warning message. --- lisp/server.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/server.el b/lisp/server.el index f7aaf6a6c6e..beb46853b79 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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. -- 2.39.2