From 45adde3246593cb0710ca6976ac536ce3d798c6e Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Mon, 2 Dec 2002 20:57:42 +0000 Subject: [PATCH] (main): Tell user how to start server within Emacs if socket could not be found. --- lib-src/emacsclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.39.2