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:
parent
7a8d465a3a
commit
8333f72116
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue