]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Tell user how to start server within Emacs if socket could not
authorStephen Eglen <stephen@gnu.org>
Mon, 2 Dec 2002 20:57:42 +0000 (20:57 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 2 Dec 2002 20:57:42 +0000 (20:57 +0000)
be found.

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