comparison 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
comparison
equal deleted inserted replaced
39882:bee6bc3785cb 39883:416c492df7c3
1993 @group 1993 @group
1994 completion-ignored-extensions 1994 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
1999 If an element of @code{completion-ignored-extensions} ends in a slash
2000 @samp{/}, it signals a directory. The elements which do @emph{not} end
2001 in a slash will never match a directory; thus, the above value will not
2002 filter 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
2001 @subsection Standard File Names 2006 @subsection Standard File Names
2002 2007