]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/server.el (server-start): Fix a typo in a warning message.
authorJim Porter <jporterbugs@gmail.com>
Fri, 25 Nov 2022 18:36:20 +0000 (10:36 -0800)
committerJim Porter <jporterbugs@gmail.com>
Fri, 25 Nov 2022 18:36:20 +0000 (10:36 -0800)
lisp/server.el

index f7aaf6a6c6e4877b1db46f60849f431fbeb92c3c..beb46853b7992f6dcda17ffefe02305025495bef 100644 (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.