diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:39:22 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:41:20 -0700 |
commit | 743b95cc635b1af1490e2834ec1c418c3c1242c0 (patch) | |
tree | e1412416b47bdf358373d89c4c4358d3021c789b /doc/emacs/glossary.texi | |
parent | ad7ba0fbf16edfaf6f59310ccd56088a656964d0 (diff) | |
download | emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.gz emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.bz2 emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.zip |
Be more consistent about "directory name" in manual
This clarifies the documentation, partly in response to the
discussion in Bug#27986.
Diffstat (limited to 'doc/emacs/glossary.texi')
-rw-r--r-- | doc/emacs/glossary.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index 41899e6152f..82e7394501b 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -405,6 +405,14 @@ A directory local variable is a local variable (q.v.@:) that applies to all the files within a certain directory. @xref{Directory Variables}. +@item Directory Name +On GNU and other Unix-like systems, directory names are strings that +end in @samp{/}. For example, @file{/no-such-dir/} is a directory +name whereas @file{/tmp} is not, even though @file{/tmp} names a file +that happens to be a directory. On MS-DOS the relationship is more +complicated. @xref{Directory Names,,, elisp, the Emacs Lisp Reference +Manual}. + @item Dired Dired is the Emacs facility that displays the contents of a file directory and allows you to ``edit the directory'', performing @@ -1197,7 +1205,7 @@ string or the next match for a specified regular expression. @xref{Search}. @item Search Path -A search path is a list of directory names, to be used for searching for +A search path is a list of directories, to be used for searching for files for certain purposes. For example, the variable @code{load-path} holds a search path for finding Lisp library files. @xref{Lisp Libraries}. |