diff options
| author | Karl Berry | 2007-04-28 18:00:51 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-04-28 18:00:51 +0000 |
| commit | bdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b (patch) | |
| tree | 950d4a7685ee8b754828a0c3a283359bf0382fcc | |
| parent | f175410f56dfdfb0dce90fc2bf3d9f220624a940 (diff) | |
| download | emacs-bdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b.tar.gz emacs-bdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b.zip | |
~ description fixes from rms
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/files.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index f70919a0287..86682233230 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-28 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (File Names): Fixes to ~ description on MS systems. | ||
| 4 | |||
| 1 | 2007-04-28 Karl Berry <karl@gnu.org> | 5 | 2007-04-28 Karl Berry <karl@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.texi: Improve line breaks on copyright page, | 7 | * emacs.texi: Improve line breaks on copyright page, |
diff --git a/man/files.texi b/man/files.texi index 16acf241433..588fe4cae0b 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -112,9 +112,9 @@ first slash in the double slash; the result is @samp{/x1/rms/foo}. | |||
| 112 | or @file{~@var{user-id}/} to mean the home directory of a user whose | 112 | or @file{~@var{user-id}/} to mean the home directory of a user whose |
| 113 | login name is @code{user-id}@footnote{ | 113 | login name is @code{user-id}@footnote{ |
| 114 | On MS-Windows and MS-DOS systems, where a user doesn't have a home | 114 | On MS-Windows and MS-DOS systems, where a user doesn't have a home |
| 115 | directory, Emacs substitutes @file{~/} with the value of the | 115 | directory, Emacs replaces @file{~/} with the value of the |
| 116 | environment variable @code{HOME}; see @ref{General Variables}. The | 116 | environment variable @code{HOME}; see @ref{General Variables}. On |
| 117 | @file{~@var{user-id}/} construct is supported on those systems only | 117 | these systems, the @file{~@var{user-id}/} construct is supported only |
| 118 | for the current user, i.e., only if @var{user-id} is the current | 118 | for the current user, i.e., only if @var{user-id} is the current |
| 119 | user's login name.}. | 119 | user's login name.}. |
| 120 | 120 | ||