.SH "INTERACTION WITH READLINE"
 
-For better efficiency, you can associate selector to a one key in the
+For better efficiency, you can associate selector to a key in the
 shell through the use of the readline configuration file. To do so,
 you have first to pick a key and check the character sequences
 associated to it.
 Emacs for instance, you have to use the C-q key followed by another
 key: C-q C-a inserts "^A", C-q C-[ inserts "^[", etc.
 
-The control characters in this line are there to erase the current
-line before invoking the selector.
+The control characters in this line are here to first erase the
+current line content and to simulate the enter key.
 
 .SH "BUGS"