diff options
| author | Eli Zaretskii | 2006-05-05 11:45:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-05 11:45:55 +0000 |
| commit | d36cfc600706838572d93cce62bb100698eeaa03 (patch) | |
| tree | d0d6d9c6246c5ba489bb64197cfbcda4c0d845ea | |
| parent | 7868240410e3bfcd838a14de6823dfe8d447f846 (diff) | |
| download | emacs-d36cfc600706838572d93cce62bb100698eeaa03.tar.gz emacs-d36cfc600706838572d93cce62bb100698eeaa03.zip | |
(File Names): Add a footnote about limited support of ~USER on MS-Windows.
| -rw-r--r-- | man/files.texi | 11 |
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, |
| 109 | or @file{~@var{user-id}/} to mean the home directory of a user whose | 109 | or @file{~@var{user-id}/} to mean the home directory of a user whose |
| 110 | login name is @code{user-id}. (On DOS and Windows systems, where a user | 110 | login name is @code{user-id}@footnote{ |
| 111 | doesn't have a home directory, Emacs substitutes @file{~/} with the | 111 | On MS-Windows and MS-DOS systems, where a user doesn't have a home |
| 112 | value of the environment variable @code{HOME}; see @ref{General | 112 | directory, Emacs substitutes @file{~/} with the value of the |
| 113 | Variables}.) | 113 | environment variable @code{HOME}; see @ref{General Variables}. The |
| 114 | @file{~@var{user-id}/} construct is supported on those systems only | ||
| 115 | for the current user, i.e., only if @var{user-id} is the current | ||
| 116 | user'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 |