]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Name Expansion): Clarify previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Apr 2007 08:58:15 +0000 (08:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Apr 2007 08:58:15 +0000 (08:58 +0000)
lispref/files.texi

index e2bc57c5567dec2dfdeb84c0030e30835d1a2b61..656dbf346dc56a9a36b04d8fae5a82b132da9a51 100644 (file)
@@ -1990,7 +1990,7 @@ canonical form:
 @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 @@ In some cases, a leading @samp{..} can remain in the output:
 @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{/}.