1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(File Name Completion): Document the significance of

a trailing slash in elements of completion-ignored-extensions.
This commit is contained in:
Eli Zaretskii 2001-10-13 12:32:59 +00:00
parent 7a8d465a3a
commit 8333f72116

View 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