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