]> git.eshelyaron.com Git - emacs.git/commitdiff
; Better documentation of HOME on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Thu, 27 Jul 2023 06:51:39 +0000 (09:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 30 Jul 2023 07:23:51 +0000 (10:23 +0300)
* doc/emacs/custom.texi (Find Init): Add footnote about HOME on
MS-Windows.  (Bug#64871)

(cherry picked from commit d59630e591cd49780e6554d1025c1879bb89680b)

doc/emacs/custom.texi

index e56b1fe964cb2c8f4efd4c4cf9cee6f9fb7ed619..ea29876be808f890cf4855384e8e97dfb1cd0da3 100644 (file)
@@ -2804,7 +2804,12 @@ library.  @xref{Hooks}.
 @subsection How Emacs Finds Your Init File
 
   Emacs normally finds your init file in a location under your home
-directory.  @xref{Init File}.
+directory@footnote{
+On MS-Windows, there's no single directory considered by all programs
+as ``the home directory'' of the user.  Emacs uses one of the
+pertinent directories as the equivalent of your home directory; see
+@ref{Windows HOME}, for the details.
+}.  @xref{Init File}.
 
   Emacs looks for your init file using the filenames @file{~/.emacs.el},
 @file{~/.emacs}, or @file{~/.emacs.d/init.el} in that order; you can