diff options
| author | Paul Eggert | 2018-11-14 09:31:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-11-14 09:32:28 -0800 |
| commit | 454f7923a7de9f65f55050dfab48eefc40d0ce29 (patch) | |
| tree | 49b5bc42234e0accb94af1af8f81de5551de5f9b /etc | |
| parent | fb2514f3e29c140735e2ffccda4affffdb5b253d (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 966 | Formerly, 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 |
| 965 | longer defaults to 'buffer-file-name'. | 969 | longer defaults to 'buffer-file-name'. |
| 966 | 970 | ||