aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/files.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index 30a65e78cd2..9dc88ba85ac 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -1995,6 +1995,11 @@ completion-ignored-extensions
1995 @result{} (".o" ".elc" "~" ".dvi") 1995 @result{} (".o" ".elc" "~" ".dvi")
1996@end group 1996@end group
1997@end example 1997@end example
1998
1999If an element of @code{completion-ignored-extensions} ends in a slash
2000@samp{/}, it signals a directory. The elements which do @emph{not} end
2001in a slash will never match a directory; thus, the above value will not
2002filter out a directory named @file{foo.elc}.
1998@end defopt 2003@end defopt
1999 2004
2000@node Standard File Names 2005@node Standard File Names