aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-04-20 11:01:25 +0000
committerDave Love2000-04-20 11:01:25 +0000
commit07b5a156ce5a4635f527a6f82a980dd2a103c0d0 (patch)
treef1142afe655df94d7e292162fbc1875c20ac5990
parent254892060727038cc5df55c47177958cb68646f3 (diff)
downloademacs-07b5a156ce5a4635f527a6f82a980dd2a103c0d0.tar.gz
emacs-07b5a156ce5a4635f527a6f82a980dd2a103c0d0.zip
Directory partial completion.
-rw-r--r--man/mini.texi11
1 files 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
380@code{partial-completion-mode}. Unless the option 380@code{partial-completion-mode}. Unless the option
381@code{PC-disable-includes} is @code{t}, Partial Completion mode also 381@code{PC-disable-includes} is @code{t}, Partial Completion mode also
382extends @kbd{M-x find-file} so that the @samp{<@dots{}>} sequence is 382extends @kbd{M-x find-file} so that the @samp{<@dots{}>} sequence is
383interpreted as a file on the path @code{PC-include-file-path}. When 383interpreted as a file on the path @code{PC-include-file-path} and
384this mode is active, the Meta versions of the @kbd{TAB}, @kbd{SPC}, 384partial completion of file names is possible. Partial completion of
385@kbd{RET} and @kbd{?} keys act as those keys do by default for 385directories in file names requires @samp{*}s to indicate the
386completion. 386completions: @file{/u*/b*/f*} might expand to @file{/usr/bin/foo}. When
387Partial Completion mode is active, the Meta versions of the @kbd{TAB},
388@kbd{SPC}, @kbd{RET} and @kbd{?} keys act as those keys do by default
389for completion.
387 390
388@cindex Icomplete mode 391@cindex Icomplete mode
389@findex icomplete-mode 392@findex icomplete-mode