(main): Tell user how to start server within Emacs if socket could not
be found.
This commit is contained in:
parent
c0752905a7
commit
45adde3246
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue