From 6185de1cfb8cf884a3dacdc952835d5c0cf833f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Oct 2009 10:20:04 +0000 Subject: [PATCH] (Directory Names) : Document that root home directories are not replaced with "~". --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/files.texi | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1e4c99aece2..4edc4230664 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-10-07 Eli Zaretskii + + * files.texi (Directory Names) : Document + that root home directories are not replaced with "~". + 2009-10-06 Eli Zaretskii * text.texi (Special Properties): Document the meaning of the diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 46ce7c4e6e2..8f47dfadd6c 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1957,9 +1957,13 @@ function: @defun abbreviate-file-name filename @anchor{Definition of abbreviate-file-name} This function applies abbreviations from @code{directory-abbrev-alist} -to its argument, and substitutes @samp{~} for the user's home -directory. You can use it for directory names and for file names, -because it recognizes abbreviations even as part of the name. +to its argument, and also substitutes @samp{~} for the user's home +directory if the argument names a file in the home directory or one of +its subdirectories. (If the home directory is a root directory, it is +not replaced with @samp{~}, because this does not make the result +shorter on many systems.) You can use it for directory names and for +file names, because it recognizes abbreviations even as part of the +name. @end defun @node File Name Expansion -- 2.39.2