diff options
| author | Richard M. Stallman | 2007-04-21 08:58:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-21 08:58:15 +0000 |
| commit | 9451a808080ccb9c7beb420f75b0445d143a3b9e (patch) | |
| tree | 859070db559f1f668febcd10bb7b6f3614aa8517 | |
| parent | df47137d92f8cbf46fbedf00110f0fd6d3d8cfd0 (diff) | |
| download | emacs-9451a808080ccb9c7beb420f75b0445d143a3b9e.tar.gz emacs-9451a808080ccb9c7beb420f75b0445d143a3b9e.zip | |
(File Name Expansion): Clarify previous change.
| -rw-r--r-- | lispref/files.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index e2bc57c5567..656dbf346dc 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -1990,7 +1990,7 @@ canonical form: | |||
| 1990 | @end group | 1990 | @end group |
| 1991 | @end example | 1991 | @end example |
| 1992 | 1992 | ||
| 1993 | In some cases, a leading @samp{..} can remain in the output: | 1993 | In some cases, a leading @samp{..} component can remain in the output: |
| 1994 | 1994 | ||
| 1995 | @example | 1995 | @example |
| 1996 | @group | 1996 | @group |
| @@ -1999,7 +1999,8 @@ In some cases, a leading @samp{..} can remain in the output: | |||
| 1999 | @end group | 1999 | @end group |
| 2000 | @end example | 2000 | @end example |
| 2001 | 2001 | ||
| 2002 | This is for use with filesystems that have the concept of a | 2002 | @noindent |
| 2003 | This is for the sake of filesystems that have the concept of a | ||
| 2003 | ``superroot'' above the root directory @file{/}. On other filesystems, | 2004 | ``superroot'' above the root directory @file{/}. On other filesystems, |
| 2004 | @file{/../} is interpreted exactly the same as @file{/}. | 2005 | @file{/../} is interpreted exactly the same as @file{/}. |
| 2005 | 2006 | ||