aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2018-02-12 12:52:44 -0800
committerPaul Eggert2018-02-12 12:57:59 -0800
commit3a718ffca097b35218c3e041a94adff937f3052f (patch)
treeeafff7d03915adfc1a6c8258f35e450d0ed4754c /doc
parent99cf1bb011e9a0848e0e1988c2441c472f8d9980 (diff)
downloademacs-3a718ffca097b35218c3e041a94adff937f3052f.tar.gz
emacs-3a718ffca097b35218c3e041a94adff937f3052f.zip
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')
-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
2862@node Misc Network 2862@node Misc Network
2863@section Misc Network Facilities 2863@section Misc Network Facilities
2864 2864
2865 These additional functions and variables are useful for creating and 2865 These additional functions are useful for creating and operating
2866operating on network connections. Note that they are supported only 2866on network connections. Note that they are supported only on some
2867on some systems. 2867systems.
2868 2868
2869@defun network-interface-list 2869@defun network-interface-list
2870This function returns a list describing the network interfaces 2870This 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
2913@code{:@var{p}} suffix. 2913@code{:@var{p}} suffix.
2914@end defun 2914@end defun
2915 2915
2916@defvar internal--daemon-sockname
2917This variable is set to the full path of the socket that has been
2918passed to Emacs during socket activation. This is then used to update
2919the @code{server-name} and @code{server-socket-dir} variables to
2920reflect the name and path of the socket that was used to launch the
2921Emacs daemon process.
2922
2923If Emacs wasn't started with socket activation, the value of this
2924variable is @code{nil}.
2925@end defvar
2926
2927@node Serial Ports 2916@node Serial Ports
2928@section Communicating with Serial Ports 2917@section Communicating with Serial Ports
2929@cindex @file{/dev/tty} 2918@cindex @file{/dev/tty}