]> code.delx.au - gnu-emacs/blobdiff - lib-src/emacsclient.c
Entry corrected.
[gnu-emacs] / lib-src / emacsclient.c
index 81245bcd66a0a3c8f58528904b8d6fece447cf5d..9a4a974c94661b854772cfcfcc7c7498d6117fa7 100644 (file)
@@ -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",