summaryrefslogtreecommitdiff
path: root/doc/lispref/processes.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-02-12 12:52:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-02-12 12:57:59 -0800
commit3a718ffca097b35218c3e041a94adff937f3052f (patch)
treeeafff7d03915adfc1a6c8258f35e450d0ed4754c /doc/lispref/processes.texi
parent99cf1bb011e9a0848e0e1988c2441c472f8d9980 (diff)
downloademacs-3a718ffca097b35218c3e041a94adff937f3052f.tar.gz
Finish renaming to internal--daemon-sockname
* doc/lispref/processes.texi (Misc Network): Omit discussion of internal--daemon-sockname, as non-Emacs code shouldn't rely on it. * src/process.c (syms_of_process): Rename internal-daemon-sockname to internal--daemon-sockname. All uses changed.
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r--doc/lispref/processes.texi17
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 07317dd0ddc..af177e053cc 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2862,9 +2862,9 @@ non-@code{nil} if that particular network option is supported by
@node Misc Network
@section Misc Network Facilities
- These additional functions and variables are useful for creating and
-operating on network connections. Note that they are supported only
-on some systems.
+ These additional functions are useful for creating and operating
+on network connections. Note that they are supported only on some
+systems.
@defun network-interface-list
This function returns a list describing the network interfaces
@@ -2913,17 +2913,6 @@ If the vector does not include the port number, @var{p}, or if
@code{:@var{p}} suffix.
@end defun
-@defvar internal--daemon-sockname
-This variable is set to the full path of the socket that has been
-passed to Emacs during socket activation. This is then used to update
-the @code{server-name} and @code{server-socket-dir} variables to
-reflect the name and path of the socket that was used to launch the
-Emacs daemon process.
-
-If Emacs wasn't started with socket activation, the value of this
-variable is @code{nil}.
-@end defvar
-
@node Serial Ports
@section Communicating with Serial Ports
@cindex @file{/dev/tty}