# HG changeset patch # User Dave Love # Date 956228485 0 # Node ID 6f6d3c803ddee8dc9d802f13f4b1d6b7d9ba0034 # Parent ee038278a126a23ef1859d46810301aeb47fe701 Directory partial completion. diff -r ee038278a126 -r 6f6d3c803dde man/mini.texi --- a/man/mini.texi Thu Apr 20 11:00:23 2000 +0000 +++ b/man/mini.texi Thu Apr 20 11:01:25 2000 +0000 @@ -380,10 +380,13 @@ @code{partial-completion-mode}. Unless the option @code{PC-disable-includes} is @code{t}, Partial Completion mode also extends @kbd{M-x find-file} so that the @samp{<@dots{}>} sequence is -interpreted as a file on the path @code{PC-include-file-path}. When -this mode is active, the Meta versions of the @kbd{TAB}, @kbd{SPC}, -@kbd{RET} and @kbd{?} keys act as those keys do by default for -completion. +interpreted as a file on the path @code{PC-include-file-path} and +partial completion of file names is possible. Partial completion of +directories in file names requires @samp{*}s to indicate the +completions: @file{/u*/b*/f*} might expand to @file{/usr/bin/foo}. When +Partial Completion mode is active, the Meta versions of the @kbd{TAB}, +@kbd{SPC}, @kbd{RET} and @kbd{?} keys act as those keys do by default +for completion. @cindex Icomplete mode @findex icomplete-mode