aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2018-11-14 09:31:28 -0800
committerPaul Eggert2018-11-14 09:32:28 -0800
commit454f7923a7de9f65f55050dfab48eefc40d0ce29 (patch)
tree49b5bc42234e0accb94af1af8f81de5551de5f9b /etc
parentfb2514f3e29c140735e2ffccda4affffdb5b253d (diff)
downloademacs-454f7923a7de9f65f55050dfab48eefc40d0ce29.tar.gz
emacs-454f7923a7de9f65f55050dfab48eefc40d0ce29.zip
Document recent change to HOME handling
* doc/emacs/cmdargs.texi (General Variables): * doc/emacs/custom.texi (Find Init): * doc/lispref/files.texi (File Name Expansion): * etc/NEWS: Document behavior when HOME is a relative file name.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 44f54894cdb..6577c822520 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -961,6 +961,10 @@ its default value changed in Emacs 27.1.
961 961
962** The REPETITIONS argument of 'benchmark-run' can now also be a variable. 962** The REPETITIONS argument of 'benchmark-run' can now also be a variable.
963 963
964** If $HOME is a relative file name, 'expand-file-name' now expands
965"~" and leading "~/" to the corresponding absolute file name.
966Formerly, it incorrectly expanded them to a relative file name.
967
964** The FILENAME argument to 'file-name-base' is now mandatory and no 968** The FILENAME argument to 'file-name-base' is now mandatory and no
965longer defaults to 'buffer-file-name'. 969longer defaults to 'buffer-file-name'.
966 970