]> git.eshelyaron.com Git - emacs.git/commitdiff
(Completion Commands): Correct reference.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 14:05:59 +0000 (14:05 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 14:05:59 +0000 (14:05 +0000)
(Completion Options): Fix typo.

man/mini.texi

index fbe1d1e3909ee6d63cd9ab59bb16632c7b926e45..0a77500072279e6f0df2efd0121f2e6f04a7a28b 100644 (file)
@@ -260,7 +260,14 @@ Complete the minibuffer text before point, but don't go beyond one word
 (@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 @@ completion commands are available on @kbd{M-@key{TAB}} (or
 @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.