From: Lars Ingebrigtsen Date: Fri, 16 Jul 2021 12:51:03 +0000 (+0200) Subject: Clarify emacsclient Options node in the Emacs manual X-Git-Tag: emacs-28.0.90~1839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87862f7e31e38b82d0e5937e338b71dab1738430;p=emacs.git Clarify emacsclient Options node in the Emacs manual * doc/emacs/misc.texi (emacsclient Options): Don't claim that emacsclient searches for a socket name (bug#13319). --- diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 3c11a39de99..12cd492b4bb 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -2031,7 +2031,7 @@ evaluation performed is for side-effect rather than result. Connect to the Emacs server named @var{server-name}. (This option is not supported on MS-Windows.) The server name is given by the variable @code{server-name} on the Emacs server. If this option is -omitted, @command{emacsclient} connects to the first server it finds. +omitted, @command{emacsclient} connects to the default socket. If you set @code{server-name} of the Emacs server to an absolute file name, give the same absolute file name as @var{server-name} to this option to instruct @command{emacsclient} to connect to that server.