aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-05 11:45:55 +0000
committerEli Zaretskii2006-05-05 11:45:55 +0000
commitd36cfc600706838572d93cce62bb100698eeaa03 (patch)
treed0d6d9c6246c5ba489bb64197cfbcda4c0d845ea
parent7868240410e3bfcd838a14de6823dfe8d447f846 (diff)
downloademacs-d36cfc600706838572d93cce62bb100698eeaa03.tar.gz
emacs-d36cfc600706838572d93cce62bb100698eeaa03.zip
(File Names): Add a footnote about limited support of ~USER on MS-Windows.
-rw-r--r--man/files.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/files.texi b/man/files.texi
index be9f4443418..607746dfcae 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -107,10 +107,13 @@ first slash in the double slash; the result is @samp{/x1/rms/foo}.
107@cindex home directory shorthand 107@cindex home directory shorthand
108 You can use @file{~/} in a file name to mean your home directory, 108 You can use @file{~/} in a file name to mean your home directory,
109or @file{~@var{user-id}/} to mean the home directory of a user whose 109or @file{~@var{user-id}/} to mean the home directory of a user whose
110login name is @code{user-id}. (On DOS and Windows systems, where a user 110login name is @code{user-id}@footnote{
111doesn't have a home directory, Emacs substitutes @file{~/} with the 111On MS-Windows and MS-DOS systems, where a user doesn't have a home
112value of the environment variable @code{HOME}; see @ref{General 112directory, Emacs substitutes @file{~/} with the value of the
113Variables}.) 113environment variable @code{HOME}; see @ref{General Variables}. The
114@file{~@var{user-id}/} construct is supported on those systems only
115for the current user, i.e., only if @var{user-id} is the current
116user's login name.}.
114 117
115@cindex environment variables in file names 118@cindex environment variables in file names
116@cindex expansion of environment variables 119@cindex expansion of environment variables