aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c3
1 files changed, 2 insertions, 1 deletions
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)
380 /* `stat' failed */ 380 /* `stat' failed */
381 if (errno == ENOENT) 381 if (errno == ENOENT)
382 fprintf (stderr, 382 fprintf (stderr,
383 "%s: can't find socket; have you started the server?\n", 383 "%s: can't find socket; have you started the server?\n\
384To start the server in Emacs, type \"M-x server-start\".\n",
384 argv[0]); 385 argv[0]);
385 else 386 else
386 fprintf (stderr, "%s: can't stat %s: %s\n", 387 fprintf (stderr, "%s: can't stat %s: %s\n",