comparison lispref/files.texi @ 70538:08c09d92fecc

Fix spelling errors.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 09 May 2006 19:48:03 +0000
parents 0b687e350e7e
children 97f1ae99fe30 146cd8369025
comparison
equal deleted inserted replaced
70537:f13e426bebba 70538:08c09d92fecc
1600 This function returns the directory part of @var{filename}, as a 1600 This function returns the directory part of @var{filename}, as a
1601 directory name (@pxref{Directory Names}), or @code{nil} if 1601 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
1604 On GNU and Unix systems, a string returned by this function always 1604 On GNU and Unix systems, a string returned by this function always
1605 ends in a slash. On MSDOS it can also end in a colon. On VMS, it 1605 ends in a slash. On MS-DOS it can also end in a colon. On VMS, it
1606 returns a string ending in one of the three characters @samp{:}, 1606 returns a string ending in one of the three characters @samp{:},
1607 @samp{]}, or @samp{>}. 1607 @samp{]}, or @samp{>}.
1608 1608
1609 @example 1609 @example
1610 @group 1610 @group
1807 actually a kind of file, so it has a file name, which is related to 1807 actually a kind of file, so it has a file name, which is related to
1808 the directory name but not identical to it. (This is not quite the 1808 the directory name but not identical to it. (This is not quite the
1809 same as the usual Unix terminology.) These two different names for 1809 same as the usual Unix terminology.) These two different names for
1810 the same entity are related by a syntactic transformation. On GNU and 1810 the same entity are related by a syntactic transformation. On GNU and
1811 Unix systems, this is simple: a directory name ends in a slash, 1811 Unix systems, this is simple: a directory name ends in a slash,
1812 whereas the directory's name as a file lacks that slash. On MSDOS and 1812 whereas the directory's name as a file lacks that slash. On MS-DOS and
1813 VMS, the relationship is more complicated. 1813 VMS, 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
1816 subtle but crucial. When an Emacs variable or function argument is 1816 subtle but crucial. When an Emacs variable or function argument is
1817 described as being a directory name, a file name of a directory is not 1817 described as being a directory name, a file name of a directory is not