aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-13 12:14:11 +0000
committerEli Zaretskii2001-10-13 12:14:11 +0000
commit44829d968b130e5f3230d741c11e2ba50a4e2ac0 (patch)
tree5c62506ae39db12ae62ca821fa68af3610d940ac
parent58a11372419a34ae5a775b4df32c4310162bece4 (diff)
downloademacs-44829d968b130e5f3230d741c11e2ba50a4e2ac0.tar.gz
emacs-44829d968b130e5f3230d741c11e2ba50a4e2ac0.zip
(Completion Options): Document the significance of a trailing slash
in elements of completion-ignored-extensions.
-rw-r--r--man/mini.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mini.texi b/man/mini.texi
index 3f4487b834f..556a8f73288 100644
--- a/man/mini.texi
+++ b/man/mini.texi
@@ -363,6 +363,14 @@ However, if @emph{all} the possible completions end in ``ignored''
363strings, then they are not ignored. Ignored extensions do not apply to 363strings, then they are not ignored. Ignored extensions do not apply to
364lists of completions---those always mention all possible completions. 364lists of completions---those always mention all possible completions.
365 365
366 If an element of the list in @code{completion-ignored-extensions} ends
367in a slash @file{/}, it indicates a subdirectory that should be ignored
368when completing file names. (Elements of
369@code{completion-ignored-extensions} which do not end in a slash are
370never considered when a completion candidate is a directory; thus,
371completion returns directories whose names end in @file{.elc} even
372though there's an element @code{".elc"} in the list.)
373
366@vindex completion-auto-help 374@vindex completion-auto-help
367 Normally, a completion command that cannot determine even one 375 Normally, a completion command that cannot determine even one
368additional character automatically displays a list of all possible 376additional character automatically displays a list of all possible