]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Name Completion): Document the significance of
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 12:32:59 +0000 (12:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 12:32:59 +0000 (12:32 +0000)
a trailing slash in elements of completion-ignored-extensions.

lispref/files.texi

index 30a65e78cd2a86c73e5366df3f4d40f5767b34bb..9dc88ba85ac5e2817682bcc83813f9fa90466539 100644 (file)
@@ -1995,6 +1995,11 @@ completion-ignored-extensions
      @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