diff options
| author | Paul Eggert | 2019-09-02 11:32:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-09-02 11:32:50 -0700 |
| commit | 7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c (patch) | |
| tree | 7d7cec65dd2fc97f8c589c5726d4d023088c44f0 | |
| parent | f17d26eb0c551c4aabaf2088b8dca20a090e2f96 (diff) | |
| download | emacs-7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c.tar.gz emacs-7c37b17b3d6a9be06fa25b19f5eccbc72c52f71c.zip | |
* doc/lispref/files.texi (Standard File Names): Mention .emacs.d too.
| -rw-r--r-- | doc/lispref/files.texi | 4 |
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}. | |||
| 2822 | name for a particular use---typically, to hold configuration data | 2822 | name for a particular use---typically, to hold configuration data |
| 2823 | specified by the current user. Usually, such files should be located | 2823 | specified by the current user. Usually, such files should be located |
| 2824 | in the directory specified by @code{user-emacs-directory}, which is | 2824 | in the directory specified by @code{user-emacs-directory}, which is |
| 2825 | typically @file{~/.config/emacs} by default (@pxref{Find | 2825 | typically @file{~/.config/emacs/} or @file{~/.emacs.d/} by default (@pxref{Find |
| 2826 | Init,,How Emacs Finds Your Init File, emacs, The GNU Emacs Manual}). | 2826 | Init,,How Emacs Finds Your Init File, emacs, The GNU Emacs Manual}). |
| 2827 | For example, abbrev definitions are stored by default in | 2827 | For 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}. |
| 2829 | The easiest way to specify such a file name is to use the function | 2829 | The 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 | ||