1
0
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:
Stephen Eglen 2002-12-02 20:57:42 +00:00
parent c0752905a7
commit 45adde3246

View File

@ -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",