changeset 39883:416c492df7c3

(File Name Completion): Document the significance of a trailing slash in elements of completion-ignored-extensions.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2001 12:32:59 +0000
parents bee6bc3785cb
children 8679e420d970
files lispref/files.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/files.texi	Sat Oct 13 12:21:36 2001 +0000
+++ b/lispref/files.texi	Sat Oct 13 12:32:59 2001 +0000
@@ -1995,6 +1995,11 @@
      @result{} (".o" ".elc" "~" ".dvi")
 @end group
 @end example
+
+If an element of @code{completion-ignored-extensions} ends in a slash
+@samp{/}, it signals a directory.  The elements which do @emph{not} end
+in a slash will never match a directory; thus, the above value will not
+filter out a directory named @file{foo.elc}.
 @end defopt
 
 @node Standard File Names