changeset 77361:916f8aa2138d

(File Name Expansion): Clarify previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Apr 2007 08:58:15 +0000
parents 467b5b7572bd
children bcccf7e23d1c
files lispref/files.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/files.texi	Sat Apr 21 08:57:30 2007 +0000
+++ b/lispref/files.texi	Sat Apr 21 08:58:15 2007 +0000
@@ -1990,7 +1990,7 @@
 @end group
 @end example
 
-In some cases, a leading @samp{..} can remain in the output:
+In some cases, a leading @samp{..} component can remain in the output:
 
 @example
 @group
@@ -1999,7 +1999,8 @@
 @end group
 @end example
 
-This is for use with filesystems that have the concept of a
+@noindent
+This is for the sake of filesystems that have the concept of a
 ``superroot'' above the root directory @file{/}.  On other filesystems,
 @file{/../} is interpreted exactly the same as @file{/}.