summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-10-27 12:23:21 +0300
committerEli Zaretskii <eliz@gnu.org>2018-10-27 12:23:21 +0300
commit2fdae77eb6489a25a94f1d88a740a9672617d451 (patch)
tree5118eca8f2b2dc6f94c84daded368c9a60ce3f1e
parent3e81e9a0e7742197354515f3d3ea55fdb201eb29 (diff)
downloademacs-2fdae77eb6489a25a94f1d88a740a9672617d451.tar.gz
; * etc/NEWS: Fix last change.
-rw-r--r--etc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index be32ac6b9bb..7a81c2503e3 100644
--- 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.