changeset 48627:c91408365d35

(main): Tell user how to start server within Emacs if socket could not be found.
author Stephen Eglen <stephen@gnu.org>
date Mon, 02 Dec 2002 20:57:42 +0000
parents bdbf27c68b39
children 113fc3ea0bfb
files lib-src/emacsclient.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Mon Dec 02 17:25:20 2002 +0000
+++ b/lib-src/emacsclient.c	Mon Dec 02 20:57:42 2002 +0000
@@ -380,7 +380,8 @@
 	 /* `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",