aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2018-12-06 12:59:42 -0800
committerPaul Eggert2018-12-06 13:00:14 -0800
commit0e8e5da1e8da0752fc02bf590a17697af4c0afd3 (patch)
tree1c1d5bce92b5d7061c4eb1a083e4df1bebc62c26 /etc
parentb1d7f19ae785ce7fa609bc57432d01cc23a3d49a (diff)
downloademacs-0e8e5da1e8da0752fc02bf590a17697af4c0afd3.tar.gz
emacs-0e8e5da1e8da0752fc02bf590a17697af4c0afd3.zip
Mention EMACS_SOCKET_NAME, not XDG_RUNTIME_DIR.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e7f2d606f8c..cad44f92338 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -133,8 +133,8 @@ to apply.
133as the directory for client/server sockets, if Emacs is running 133as the directory for client/server sockets, if Emacs is running
134under an X Window System desktop that sets the XDG_RUNTIME_DIR 134under an X Window System desktop that sets the XDG_RUNTIME_DIR
135environment variable to indicate where session sockets should go. 135environment variable to indicate where session sockets should go.
136To get the old and less-secure behavior, unset XDG_RUNTIME_DIR before 136To get the old, less-secure behavior, you can set the
137invoking emacs and emacsclient. 137EMACS_SOCKET_NAME environment variable to an appropriate value.
138 138
139--- 139---
140*** When run by root, emacsclient no longer connects to non-root sockets. 140*** When run by root, emacsclient no longer connects to non-root sockets.