aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2007-04-28 18:00:51 +0000
committerKarl Berry2007-04-28 18:00:51 +0000
commitbdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b (patch)
tree950d4a7685ee8b754828a0c3a283359bf0382fcc
parentf175410f56dfdfb0dce90fc2bf3d9f220624a940 (diff)
downloademacs-bdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b.tar.gz
emacs-bdfbd7e3fe7e42ab8e34fe6ce504a9278de7476b.zip
~ description fixes from rms
-rw-r--r--man/ChangeLog4
-rw-r--r--man/files.texi6
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 @@
12007-04-28 Richard Stallman <rms@gnu.org>
2
3 * files.texi (File Names): Fixes to ~ description on MS systems.
4
12007-04-28 Karl Berry <karl@gnu.org> 52007-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}.
112or @file{~@var{user-id}/} to mean the home directory of a user whose 112or @file{~@var{user-id}/} to mean the home directory of a user whose
113login name is @code{user-id}@footnote{ 113login name is @code{user-id}@footnote{
114On MS-Windows and MS-DOS systems, where a user doesn't have a home 114On MS-Windows and MS-DOS systems, where a user doesn't have a home
115directory, Emacs substitutes @file{~/} with the value of the 115directory, Emacs replaces @file{~/} with the value of the
116environment variable @code{HOME}; see @ref{General Variables}. The 116environment variable @code{HOME}; see @ref{General Variables}. On
117@file{~@var{user-id}/} construct is supported on those systems only 117these systems, the @file{~@var{user-id}/} construct is supported only
118for the current user, i.e., only if @var{user-id} is the current 118for the current user, i.e., only if @var{user-id} is the current
119user's login name.}. 119user's login name.}.
120 120