X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/38732dbaa3d35a399ada5d60153ce789217977b6..adc55deaa5e0496d50042dd5a6bd4d0c41e09c78:/lib-src/emacsclient.c diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 81245bcd66..9a4a974c94 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",