diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-10-19 17:18:05 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-10-19 17:18:05 -0400 |
commit | 9b70b1aad9fb817f914d8643118c4d5b47a1378c (patch) | |
tree | cc4eca047678feb0f0f04be87a48eed0f31cc4d0 /doc/lispref/files.texi | |
parent | 5580d7e7635caa3e4ef3e43b73596e211703c678 (diff) | |
download | emacs-9b70b1aad9fb817f914d8643118c4d5b47a1378c.tar.gz emacs-9b70b1aad9fb817f914d8643118c4d5b47a1378c.tar.bz2 emacs-9b70b1aad9fb817f914d8643118c4d5b47a1378c.zip |
* doc/lispref/files.texi (File Name Components): Mention GNU "path" convention
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 1e05153f3c0..59e18b32c2e 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -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 |