summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-02 11:32:50 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-02 11:32:50 -0700
commit7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c (patch)
tree7d7cec65dd2fc97f8c589c5726d4d023088c44f0 /doc
parentf17d26eb0c551c4aabaf2088b8dca20a090e2f96 (diff)
downloademacs-7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c.tar.gz
* doc/lispref/files.texi (Standard File Names): Mention .emacs.d too.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/files.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index c3b6c39b283..18a1f4908d6 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2822,10 +2822,10 @@ filter out a directory named @file{foo.elc}.
name for a particular use---typically, to hold configuration data
specified by the current user. Usually, such files should be located
in the directory specified by @code{user-emacs-directory}, which is
-typically @file{~/.config/emacs} by default (@pxref{Find
+typically @file{~/.config/emacs/} or @file{~/.emacs.d/} by default (@pxref{Find
Init,,How Emacs Finds Your Init File, emacs, The GNU Emacs Manual}).
For example, abbrev definitions are stored by default in
-@file{~/.config/emacs/abbrev_defs}.
+@file{~/.config/emacs/abbrev_defs} or @file{~/.emacs.d/abbrev_defs}.
The easiest way to specify such a file name is to use the function
@code{locate-user-emacs-file}.