diff lispref/files.texi @ 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 5f4f6cf4a868
children cd1cd95ca64e
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