From 9565d9c6625cf403bbcaf5a19f9694bfa6da098e Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Mon, 22 Mar 2010 00:45:35 +0800 Subject: FS#57 Correct documentation on binds containing *'s --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index ddd4ddb..e26673c 100644 --- a/README +++ b/README @@ -533,7 +533,7 @@ Example config entries for eFormFiller scripts @cbind zn = @eFormFiller new @cbind zl = @eFormFiller load @cbind zo = @eFormFiller once - + NEW action generates new file with formfields for current domain. Note that it will overwrite existing file. @@ -715,8 +715,8 @@ Events/requests which the EM and its plugins listens for return/enter. If the user enters text where `` has the underscore, `%s` in the `` string will be replaced by this text (optional). - `` ends with a `*`: similar behavior as with an underscore, but also - makes the binding incremental (i.e. the command will be invoked on every - keystroke). + makes the binding incremental (i.e. the command will be invoked after + reaching the `*` point then on every subsequent keystroke). - `` ends with a `!`: the command will only be invoked after pressing return/enter, no replacement happens. this is useful for preventing `x` to match when you want to bind `xx` also. -- cgit v1.2.3