]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/files.texi (Standard File Names): Mention .emacs.d too.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Sep 2019 18:32:50 +0000 (11:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Sep 2019 18:32:50 +0000 (11:32 -0700)
doc/lispref/files.texi

index c3b6c39b283359fe8e422da82361533d7966d434..18a1f4908d6f1b8e408b842143b34cea074f750d 100644 (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}.