aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/files.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index 4d3cfd52c94..8a566f62ee0 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -1602,7 +1602,7 @@ directory name (@pxref{Directory Names}), or @code{nil} if
1602@var{filename} does not include a directory part. 1602@var{filename} does not include a directory part.
1603 1603
1604On GNU and Unix systems, a string returned by this function always 1604On GNU and Unix systems, a string returned by this function always
1605ends in a slash. On MSDOS it can also end in a colon. On VMS, it 1605ends in a slash. On MS-DOS it can also end in a colon. On VMS, it
1606returns a string ending in one of the three characters @samp{:}, 1606returns a string ending in one of the three characters @samp{:},
1607@samp{]}, or @samp{>}. 1607@samp{]}, or @samp{>}.
1608 1608
@@ -1809,7 +1809,7 @@ the directory name but not identical to it. (This is not quite the
1809same as the usual Unix terminology.) These two different names for 1809same as the usual Unix terminology.) These two different names for
1810the same entity are related by a syntactic transformation. On GNU and 1810the same entity are related by a syntactic transformation. On GNU and
1811Unix systems, this is simple: a directory name ends in a slash, 1811Unix systems, this is simple: a directory name ends in a slash,
1812whereas the directory's name as a file lacks that slash. On MSDOS and 1812whereas the directory's name as a file lacks that slash. On MS-DOS and
1813VMS, the relationship is more complicated. 1813VMS, the relationship is more complicated.
1814 1814
1815 The difference between a directory name and its name as a file is 1815 The difference between a directory name and its name as a file is