diff options
| -rw-r--r-- | man/faq.texi | 6 |
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 | ||
| 1472 | When this is done, Emacs starts a subprocess running a program called | 1472 | When 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. | 1474 | is either named @file{.emacs_server}, in the user's home directory, |
| 1475 | or @file{esrv-@var{USER-ID}-@var{SYSTEM-NAME}}, in the @file{/tmp} | ||
| 1476 | directory, depending on how @samp{emacsserver} was compiled. | ||
| 1475 | 1477 | ||
| 1476 | To get your news reader, mail reader, etc., to invoke | 1478 | To 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} |