aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-14 14:05:59 +0000
committerLuc Teirlinck2005-05-14 14:05:59 +0000
commitda4d9773c95cdd4bb89aacf6bcf415e1c6e1ff99 (patch)
tree81af0a7c09e0b11e7e1b19bd1760865e122e0824
parent5f0fe8f11adb94129124ea6a4547632492f5d4e8 (diff)
downloademacs-da4d9773c95cdd4bb89aacf6bcf415e1c6e1ff99.tar.gz
emacs-da4d9773c95cdd4bb89aacf6bcf415e1c6e1ff99.zip
(Completion Commands): Correct reference.
(Completion Options): Fix typo.
-rw-r--r--man/mini.texi11
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}
262Submit the text in the minibuffer as the argument, possibly completing 262Submit the text in the minibuffer as the argument, possibly completing
263first as described below (@code{minibuffer-complete-and-exit}). 263first as described
264@iftex
265in the next subsection (@code{minibuffer-complete-and-exit}).
266@end iftex
267@ifnottex
268in the next node (@code{minibuffer-complete-and-exit}). @xref{Strict
269Completion}.
270@end ifnottex
264@item ? 271@item ?
265Display a list of all possible completions of the text in the minibuffer 272Display 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
414file named @var{include} in some directory in the path 421file 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
416non-@code{nil}, this feature is disabled. 423non-@code{nil}, this feature is disabled.