aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2019-11-20 11:28:32 -0800
committerPaul Eggert2019-11-20 11:28:32 -0800
commitc928f41330ece779127a0c4c9b6ca0fdde8a1046 (patch)
tree93b64707ef1ec14aee4fe187cf8859ba59c1d144
parent035931777bd89b939436fd1d8a2b8d5a80ede095 (diff)
downloademacs-c928f41330ece779127a0c4c9b6ca0fdde8a1046.tar.gz
emacs-c928f41330ece779127a0c4c9b6ca0fdde8a1046.zip
* etc/NEWS: Improve XDG_RUNTIME_DIR doc.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dd08675f425..e25df98243f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,7 +222,7 @@ The command-line argument '--socket-name' overrides it.
222+++ 222+++
223*** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs" 223*** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs"
224as the directory for client/server sockets, if Emacs is running 224as the directory for client/server sockets, if Emacs is running
225under an X Window System desktop that sets the 'XDG_RUNTIME_DIR' 225on a platform or environment that sets the 'XDG_RUNTIME_DIR'
226environment variable to indicate where session sockets should go. 226environment variable to indicate where session sockets should go.
227To get the old, less-secure behavior, you can set the 227To get the old, less-secure behavior, you can set the
228'EMACS_SOCKET_NAME' environment variable to an appropriate value. 228'EMACS_SOCKET_NAME' environment variable to an appropriate value.