; * lisp/server.el (server-start): Fix a typo in a warning message.
This commit is contained in:
parent
2557145f10
commit
698b202ddc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue