From 07b5a156ce5a4635f527a6f82a980dd2a103c0d0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 20 Apr 2000 11:01:25 +0000 Subject: [PATCH] Directory partial completion. --- man/mini.texi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/mini.texi b/man/mini.texi index 93c8db99483..27a240446c3 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -380,10 +380,13 @@ command @kbd{M-x partial-completion-mode} or customize the option @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 -- 2.39.5