]> git.eshelyaron.com Git - emacs.git/commitdiff
Directory partial completion.
authorDave Love <fx@gnu.org>
Thu, 20 Apr 2000 11:01:25 +0000 (11:01 +0000)
committerDave Love <fx@gnu.org>
Thu, 20 Apr 2000 11:01:25 +0000 (11:01 +0000)
man/mini.texi

index 93c8db99483125e2f577c85c28dab75907d22a68..27a240446c359b09954efd5aa25ae6cceffa22e3 100644 (file)
@@ -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