changeset 62333:80f8fd5fdea6

(Completion Commands): Correct reference. (Completion Options): Fix typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 14 May 2005 14:05:59 +0000
parents 18090a2d479a
children f9dc4e8a41fe
files man/mini.texi
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/mini.texi	Sat May 14 14:03:31 2005 +0000
+++ b/man/mini.texi	Sat May 14 14:05:59 2005 +0000
@@ -260,7 +260,14 @@
 (@code{minibuffer-complete-word}).
 @item @key{RET}
 Submit the text in the minibuffer as the argument, possibly completing
-first as described below (@code{minibuffer-complete-and-exit}).
+first as described
+@iftex
+in the next subsection (@code{minibuffer-complete-and-exit}).
+@end iftex
+@ifnottex
+in the next node (@code{minibuffer-complete-and-exit}).  @xref{Strict
+Completion}.
+@end ifnottex
 @item ?
 Display a list of all possible completions of the text in the minibuffer
 (@code{minibuffer-list-completions}).
@@ -410,7 +417,7 @@
 @vindex PC-include-file-path
 @vindex PC-disable-includes
   Another feature of Partial Completion mode is to extend
-@code{find-file} so that the @samp{<@var{include}>} stands for the
+@code{find-file} so that @samp{<@var{include}>} stands for the
 file named @var{include} in some directory in the path
 @code{PC-include-file-path}.  If you set @code{PC-disable-includes} to
 non-@code{nil}, this feature is disabled.