aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2019-09-02 11:32:50 -0700
committerPaul Eggert2019-09-02 11:32:50 -0700
commit7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c (patch)
tree7d7cec65dd2fc97f8c589c5726d4d023088c44f0
parentf17d26eb0c551c4aabaf2088b8dca20a090e2f96 (diff)
downloademacs-7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c.tar.gz
emacs-7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c.zip
* doc/lispref/files.texi (Standard File Names): Mention .emacs.d too.
-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}.
2822name for a particular use---typically, to hold configuration data 2822name for a particular use---typically, to hold configuration data
2823specified by the current user. Usually, such files should be located 2823specified by the current user. Usually, such files should be located
2824in the directory specified by @code{user-emacs-directory}, which is 2824in the directory specified by @code{user-emacs-directory}, which is
2825typically @file{~/.config/emacs} by default (@pxref{Find 2825typically @file{~/.config/emacs/} or @file{~/.emacs.d/} by default (@pxref{Find
2826Init,,How Emacs Finds Your Init File, emacs, The GNU Emacs Manual}). 2826Init,,How Emacs Finds Your Init File, emacs, The GNU Emacs Manual}).
2827For example, abbrev definitions are stored by default in 2827For example, abbrev definitions are stored by default in
2828@file{~/.config/emacs/abbrev_defs}. 2828@file{~/.config/emacs/abbrev_defs} or @file{~/.emacs.d/abbrev_defs}.
2829The easiest way to specify such a file name is to use the function 2829The easiest way to specify such a file name is to use the function
2830@code{locate-user-emacs-file}. 2830@code{locate-user-emacs-file}.
2831 2831