# HG changeset patch # User Richard M. Stallman # Date 1111430311 0 # Node ID e6d77fce145309b6d764b76b81d16fb8555ae49b # Parent 5ce2bc79e2b8fcd278c059a6ad4bdbb672659f62 (Completion): Completion acts on text before point. diff -r 5ce2bc79e2b8 -r e6d77fce1453 man/mini.texi --- a/man/mini.texi Mon Mar 21 18:18:54 2005 +0000 +++ b/man/mini.texi Mon Mar 21 18:38:31 2005 +0000 @@ -209,6 +209,10 @@ 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.