From: Stephen Eglen Date: Mon, 2 Dec 2002 20:57:42 +0000 (+0000) Subject: (main): Tell user how to start server within Emacs if socket could not X-Git-Tag: ttn-vms-21-2-B4~12197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45adde3246593cb0710ca6976ac536ce3d798c6e;p=emacs.git (main): Tell user how to start server within Emacs if socket could not be found. --- diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 81245bcd66a..9a4a974c946 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -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",