diff options
| author | Paul Eggert | 2019-11-20 11:28:32 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-20 11:28:32 -0800 |
| commit | c928f41330ece779127a0c4c9b6ca0fdde8a1046 (patch) | |
| tree | 93b64707ef1ec14aee4fe187cf8859ba59c1d144 | |
| parent | 035931777bd89b939436fd1d8a2b8d5a80ede095 (diff) | |
| download | emacs-c928f41330ece779127a0c4c9b6ca0fdde8a1046.tar.gz emacs-c928f41330ece779127a0c4c9b6ca0fdde8a1046.zip | |
* etc/NEWS: Improve XDG_RUNTIME_DIR doc.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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" |
| 224 | as the directory for client/server sockets, if Emacs is running | 224 | as the directory for client/server sockets, if Emacs is running |
| 225 | under an X Window System desktop that sets the 'XDG_RUNTIME_DIR' | 225 | on a platform or environment that sets the 'XDG_RUNTIME_DIR' |
| 226 | environment variable to indicate where session sockets should go. | 226 | environment variable to indicate where session sockets should go. |
| 227 | To get the old, less-secure behavior, you can set the | 227 | To 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. |