1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* doc/lispref/files.texi (Standard File Names): Mention .emacs.d too.

This commit is contained in:
Paul Eggert 2019-09-02 11:32:50 -07:00
parent f17d26eb0c
commit 7c37b17b3d

View File

@ -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}.