aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-23 11:27:08 +0000
committerEli Zaretskii2001-02-23 11:27:08 +0000
commitc6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad (patch)
tree013ca21ca8cee5fa959016e4e13b577f5f00c2bf
parent3d85335156de38fb62d56131b65052d1aba8a2da (diff)
downloademacs-c6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad.tar.gz
emacs-c6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad.zip
(File Names): Add a note about ~/ peculiarities on DOS/Windows.
-rw-r--r--man/files.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi
index 4fbf945c38b..b028e4d20b6 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -112,7 +112,10 @@ done before Emacs is started.
112@cindex home directory shorthand 112@cindex home directory shorthand
113 You can use the @file{~/} in a file name to mean your home directory, 113 You can use the @file{~/} in a file name to mean your home directory,
114or @file{~@var{user-id}/} to mean the home directory of a user whose 114or @file{~@var{user-id}/} to mean the home directory of a user whose
115login name is @code{user-id}. 115login name is @code{user-id}. (On DOS and Windows systems, where a user
116doesn't have a home directory, Emacs substitutes @file{~/} with the
117value of the environment variable @code{HOME}; see @ref{General
118Variables}.)
116 119
117 To access a file with @samp{$} in its name, type @samp{$$}. This pair 120 To access a file with @samp{$} in its name, type @samp{$$}. This pair
118is converted to a single @samp{$} at the same time as variable 121is converted to a single @samp{$} at the same time as variable