summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-12-31 21:28:54 +0200
committerEli Zaretskii <eliz@gnu.org>2019-12-31 21:28:54 +0200
commitcd2c1561636597c67edbf3daf10388e5385a93fc (patch)
tree0e58d48f4f1e8cea8867f1788306d0956ab07c05
parent195bde9ea82e7bc62d7242bcf089ef3d181020f1 (diff)
downloademacs-cd2c1561636597c67edbf3daf10388e5385a93fc.tar.gz
; * etc/NEWS: Make the description of XDG fallback more accurate.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c055ca682b..a7905356eca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,7 +164,7 @@ and will override their traditional locations (the home directory,
"~/.emacs.d", etc.).
Emacs will still look for init files in their traditional locations if
-XDG_CONFIG_HOME does not exist, so invoking Emacs with
+XDG_CONFIG_HOME/emacs does not exist, so invoking Emacs with
XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init
files are scrambled, or if you want to force Emacs to ignore files
under XDG_CONFIG_HOME for some other reason.