]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/files.texi (File Name Components): Mention GNU "path" convention
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Oct 2021 21:18:05 +0000 (17:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Oct 2021 21:18:05 +0000 (17:18 -0400)
doc/lispref/files.texi

index 1e05153f3c02816aabb53fa78045b6bb9b21f4e4..59e18b32c2e4286f07957f74e48aebc0290aaa4f 100644 (file)
@@ -2083,6 +2083,9 @@ directory.  Therefore, Emacs considers a file name as having two main
 parts: the @dfn{directory name} part, and the @dfn{nondirectory} part
 (or @dfn{file name within the directory}).  Either part may be empty.
 Concatenating these two parts reproduces the original file name.
+@footnote{Emacs follows the GNU convention to use the term @emph{file name}
+instead of the term @emph{pathname}.  We use the term @emph{path} only for
+search paths, which are lists of directory names.}
 
   On most systems, the directory part is everything up to and including
 the last slash (backslash is also allowed in input on MS-DOS or