diff options
| author | Dave Love | 2000-04-20 11:01:25 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-20 11:01:25 +0000 |
| commit | 07b5a156ce5a4635f527a6f82a980dd2a103c0d0 (patch) | |
| tree | f1142afe655df94d7e292162fbc1875c20ac5990 | |
| parent | 254892060727038cc5df55c47177958cb68646f3 (diff) | |
| download | emacs-07b5a156ce5a4635f527a6f82a980dd2a103c0d0.tar.gz emacs-07b5a156ce5a4635f527a6f82a980dd2a103c0d0.zip | |
Directory partial completion.
| -rw-r--r-- | man/mini.texi | 11 |
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 |
| 382 | extends @kbd{M-x find-file} so that the @samp{<@dots{}>} sequence is | 382 | extends @kbd{M-x find-file} so that the @samp{<@dots{}>} sequence is |
| 383 | interpreted as a file on the path @code{PC-include-file-path}. When | 383 | interpreted as a file on the path @code{PC-include-file-path} and |
| 384 | this mode is active, the Meta versions of the @kbd{TAB}, @kbd{SPC}, | 384 | partial completion of file names is possible. Partial completion of |
| 385 | @kbd{RET} and @kbd{?} keys act as those keys do by default for | 385 | directories in file names requires @samp{*}s to indicate the |
| 386 | completion. | 386 | completions: @file{/u*/b*/f*} might expand to @file{/usr/bin/foo}. When |
| 387 | Partial 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 | ||
| 389 | for completion. | ||
| 387 | 390 | ||
| 388 | @cindex Icomplete mode | 391 | @cindex Icomplete mode |
| 389 | @findex icomplete-mode | 392 | @findex icomplete-mode |