aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/faq.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/faq.texi b/man/faq.texi
index c93999cd355..024f78e91af 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -1470,8 +1470,10 @@ or by invoking @code{server-start} from @file{.emacs}:
1470@end lisp 1470@end lisp
1471 1471
1472When this is done, Emacs starts a subprocess running a program called 1472When this is done, Emacs starts a subprocess running a program called
1473@samp{server}. @samp{server} creates a Unix domain socket, named 1473@samp{server}. @samp{server} creates a Unix domain socket. The socket
1474@file{.emacs_server}, in the user's home directory. 1474is either named @file{.emacs_server}, in the user's home directory,
1475or @file{esrv-@var{USER-ID}-@var{SYSTEM-NAME}}, in the @file{/tmp}
1476directory, depending on how @samp{emacsserver} was compiled.
1475 1477
1476To get your news reader, mail reader, etc., to invoke 1478To get your news reader, mail reader, etc., to invoke
1477@samp{emacsclient}, try setting the environment variable @code{EDITOR} 1479@samp{emacsclient}, try setting the environment variable @code{EDITOR}