diff options
| author | Eli Zaretskii | 2001-02-23 11:27:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-23 11:27:08 +0000 |
| commit | c6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad (patch) | |
| tree | 013ca21ca8cee5fa959016e4e13b577f5f00c2bf | |
| parent | 3d85335156de38fb62d56131b65052d1aba8a2da (diff) | |
| download | emacs-c6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad.tar.gz emacs-c6b8d92a1f12b39224057fc7c9233f2d9ce8d1ad.zip | |
(File Names): Add a note about ~/ peculiarities on DOS/Windows.
| -rw-r--r-- | man/files.texi | 5 |
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, |
| 114 | or @file{~@var{user-id}/} to mean the home directory of a user whose | 114 | or @file{~@var{user-id}/} to mean the home directory of a user whose |
| 115 | login name is @code{user-id}. | 115 | login name is @code{user-id}. (On DOS and Windows systems, where a user |
| 116 | doesn't have a home directory, Emacs substitutes @file{~/} with the | ||
| 117 | value of the environment variable @code{HOME}; see @ref{General | ||
| 118 | Variables}.) | ||
| 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 |
| 118 | is converted to a single @samp{$} at the same time as variable | 121 | is converted to a single @samp{$} at the same time as variable |