aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/server.el2
1 files changed, 1 insertions, 1 deletions
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."
709 (concat "Unable to start the Emacs server.\n" 709 (concat "Unable to start the Emacs server.\n"
710 (cadr err) 710 (cadr err)
711 (substitute-command-keys 711 (substitute-command-keys
712 "\nTo start the server in this Emacs process, stop the existingserver or call `\\[server-force-delete]' to forcibly disconnect it.")) 712 "\nTo start the server in this Emacs process, stop the existing server or call `\\[server-force-delete]' to forcibly disconnect it."))
713 :warning) 713 :warning)
714 (setq leave-dead t))) 714 (setq leave-dead t)))
715 ;; Now any previous server is properly stopped. 715 ;; Now any previous server is properly stopped.