Mercurial > emacs
changeset 60798:e6d77fce1453
(Completion): Completion acts on text before point.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Mar 2005 18:38:31 +0000 |
parents | 5ce2bc79e2b8 |
children | bab476ff521c |
files | man/mini.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.