mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(main): Tell user how to start server within Emacs if socket could not
be found.
This commit is contained in:
parent
c0752905a7
commit
45adde3246
@ -380,7 +380,8 @@ main (argc, argv)
|
||||
/* `stat' failed */
|
||||
if (errno == ENOENT)
|
||||
fprintf (stderr,
|
||||
"%s: can't find socket; have you started the server?\n",
|
||||
"%s: can't find socket; have you started the server?\n\
|
||||
To start the server in Emacs, type \"M-x server-start\".\n",
|
||||
argv[0]);
|
||||
else
|
||||
fprintf (stderr, "%s: can't stat %s: %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user