From: Richard M. Stallman Date: Mon, 21 Mar 2005 18:38:31 +0000 (+0000) Subject: (Completion): Completion acts on text before point. X-Git-Tag: ttn-vms-21-2-B4~1646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be8a531de7b51a2bb12990f47efa108871e23e65;p=emacs.git (Completion): Completion acts on text before point. --- diff --git a/man/mini.texi b/man/mini.texi index cef1df70741..fbe1d1e3909 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -209,6 +209,10 @@ command names). Thus, @samp{fo} does not complete to @samp{Foo}. Completion does ignore case distinctions for certain arguments in which case does not matter. + Completion acts only on the text before point. If there is text in +the minibuffer after point---i.e., if you move point backward after +typing some text into the minibuffer---it remains unchanged. + @menu * Example: Completion Example. Examples of using completion. * Commands: Completion Commands. A list of completion commands.