]> git.eshelyaron.com Git - emacs.git/commitdiff
(Completion): Completion acts on text before point.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 18:38:31 +0000 (18:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 18:38:31 +0000 (18:38 +0000)
man/mini.texi

index cef1df70741080a8436d84a8e3a54c1fdcac2a7e..fbe1d1e3909ee6d63cd9ab59bb16632c7b926e45 100644 (file)
@@ -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.