]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2018 09:23:21 +0000 (12:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2018 09:23:21 +0000 (12:23 +0300)
etc/NEWS

index be32ac6b9bbb93f410c32154284b6135b1b56f42..7a81c2503e3a0695acb059a0f50e6ab6429e683c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -120,10 +120,11 @@ the new version of the file again.)
 * Changes in Emacs 27.1
 
 +++
-** emacsclient uses EMACS_SOCKET_NAME if --socket-name is not set.
-The behavior is identical to the EMACS_SERVER_FILE, in that the
-command line value will override the environment, and the natural
-default to TMPDIR, then /tmp, continues to apply.
+** emacsclient now supports the 'EMACS_SOCKET_NAME' environment variable.
+The behavior is identical to 'EMACS_SERVER_FILE', in that the
+command-line value specified via '--socket-name' will override the
+environment, and the natural default to TMPDIR, then '/tmp', continues
+to apply.
 
 +++
 ** The function 'read-passwd' uses '*' as default character to hide passwords.