]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Improve XDG_RUNTIME_DIR doc.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:28:32 +0000 (11:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:28:32 +0000 (11:28 -0800)
etc/NEWS

index dd08675f4253fd2a5b934662d64af96a998b2f10..e25df98243f99f79dff735c62d31cd4323457ecf 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,7 +222,7 @@ The command-line argument '--socket-name' overrides it.
 +++
 *** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs"
 as the directory for client/server sockets, if Emacs is running
-under an X Window System desktop that sets the 'XDG_RUNTIME_DIR'
+on a platform or environment that sets the 'XDG_RUNTIME_DIR'
 environment variable to indicate where session sockets should go.
 To get the old, less-secure behavior, you can set the
 'EMACS_SOCKET_NAME' environment variable to an appropriate value.