diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-31 18:16:17 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-31 18:17:57 -0700 |
commit | 72ab46fefcc8fa2b20204eaa79e1d750e56d8ccf (patch) | |
tree | 1c3e1d4af4139d5de0375daee45c63659a2365a6 /doc/lispref/files.texi | |
parent | 02a74ed315ab0a69a098a2a1c4687c0c9a644e75 (diff) | |
download | emacs-72ab46fefcc8fa2b20204eaa79e1d750e56d8ccf.tar.gz |
Improve documentation for recent XDG-related changes
Adjust documentation in the light of Eli’s review here:
https://lists.gnu.org/r/emacs-devel/2019-07/msg00712.html
* doc/emacs/custom.texi (Init File, Find Init):
* doc/lispref/files.texi (Standard File Names):
* doc/lispref/os.texi (Init File):
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index d53fed4ee87..c3b6c39b283 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2822,9 +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 -@file{~/.config/emacs} or @file{~/.emacs.d} by default (@pxref{Init -File}). For example, abbrev definitions are stored by default in -@file{~/.config/emacs/abbrev_defs} or @file{~/.emacs.d/abbrev_defs}. +typically @file{~/.config/emacs} 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}. The easiest way to specify such a file name is to use the function @code{locate-user-emacs-file}. |