diff options
| author | Paul Eggert | 2018-02-12 12:52:44 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-12 12:57:59 -0800 |
| commit | 3a718ffca097b35218c3e041a94adff937f3052f (patch) | |
| tree | eafff7d03915adfc1a6c8258f35e450d0ed4754c /doc | |
| parent | 99cf1bb011e9a0848e0e1988c2441c472f8d9980 (diff) | |
| download | emacs-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.texi | 17 |
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 |
| 2866 | operating on network connections. Note that they are supported only | 2866 | on network connections. Note that they are supported only on some |
| 2867 | on some systems. | 2867 | systems. |
| 2868 | 2868 | ||
| 2869 | @defun network-interface-list | 2869 | @defun network-interface-list |
| 2870 | This function returns a list describing the network interfaces | 2870 | 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 | |||
| 2913 | @code{:@var{p}} suffix. | 2913 | @code{:@var{p}} suffix. |
| 2914 | @end defun | 2914 | @end defun |
| 2915 | 2915 | ||
| 2916 | @defvar internal--daemon-sockname | ||
| 2917 | This variable is set to the full path of the socket that has been | ||
| 2918 | passed to Emacs during socket activation. This is then used to update | ||
| 2919 | the @code{server-name} and @code{server-socket-dir} variables to | ||
| 2920 | reflect the name and path of the socket that was used to launch the | ||
| 2921 | Emacs daemon process. | ||
| 2922 | |||
| 2923 | If Emacs wasn't started with socket activation, the value of this | ||
| 2924 | variable 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} |