diff options
| -rw-r--r-- | man/mini.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/mini.texi b/man/mini.texi index fbe1d1e3909..0a775000722 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -260,7 +260,14 @@ Complete the minibuffer text before point, but don't go beyond one word | |||
| 260 | (@code{minibuffer-complete-word}). | 260 | (@code{minibuffer-complete-word}). |
| 261 | @item @key{RET} | 261 | @item @key{RET} |
| 262 | Submit the text in the minibuffer as the argument, possibly completing | 262 | Submit the text in the minibuffer as the argument, possibly completing |
| 263 | first as described below (@code{minibuffer-complete-and-exit}). | 263 | first as described |
| 264 | @iftex | ||
| 265 | in the next subsection (@code{minibuffer-complete-and-exit}). | ||
| 266 | @end iftex | ||
| 267 | @ifnottex | ||
| 268 | in the next node (@code{minibuffer-complete-and-exit}). @xref{Strict | ||
| 269 | Completion}. | ||
| 270 | @end ifnottex | ||
| 264 | @item ? | 271 | @item ? |
| 265 | Display a list of all possible completions of the text in the minibuffer | 272 | Display a list of all possible completions of the text in the minibuffer |
| 266 | (@code{minibuffer-list-completions}). | 273 | (@code{minibuffer-list-completions}). |
| @@ -410,7 +417,7 @@ completion commands are available on @kbd{M-@key{TAB}} (or | |||
| 410 | @vindex PC-include-file-path | 417 | @vindex PC-include-file-path |
| 411 | @vindex PC-disable-includes | 418 | @vindex PC-disable-includes |
| 412 | Another feature of Partial Completion mode is to extend | 419 | Another feature of Partial Completion mode is to extend |
| 413 | @code{find-file} so that the @samp{<@var{include}>} stands for the | 420 | @code{find-file} so that @samp{<@var{include}>} stands for the |
| 414 | file named @var{include} in some directory in the path | 421 | file named @var{include} in some directory in the path |
| 415 | @code{PC-include-file-path}. If you set @code{PC-disable-includes} to | 422 | @code{PC-include-file-path}. If you set @code{PC-disable-includes} to |
| 416 | non-@code{nil}, this feature is disabled. | 423 | non-@code{nil}, this feature is disabled. |