]> git.eshelyaron.com Git - emacs.git/commitdiff
(Completion Options): Document the significance of a trailing slash
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 12:14:11 +0000 (12:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 12:14:11 +0000 (12:14 +0000)
in elements of completion-ignored-extensions.

man/mini.texi

index 3f4487b834f263503f38ea9518b5c2040fe5158d..556a8f732884a9aec9c126f7b6477e2087223cf1 100644 (file)
@@ -363,6 +363,14 @@ However, if @emph{all} the possible completions end in ``ignored''
 strings, then they are not ignored.  Ignored extensions do not apply to
 lists of completions---those always mention all possible completions.
 
+  If an element of the list in @code{completion-ignored-extensions} ends
+in a slash @file{/}, it indicates a subdirectory that should be ignored
+when completing file names.  (Elements of
+@code{completion-ignored-extensions} which do not end in a slash are
+never considered when a completion candidate is a directory; thus,
+completion returns directories whose names end in @file{.elc} even
+though there's an element @code{".elc"} in the list.)
+
 @vindex completion-auto-help
   Normally, a completion command that cannot determine even one
 additional character automatically displays a list of all possible