diff --git a/doc/paredit.txt b/doc/paredit.txt index f9e59ae..09b6a76 100644 --- a/doc/paredit.txt +++ b/doc/paredit.txt @@ -261,7 +261,7 @@ Normal Mode: I Raise the current symbol, i.e. replace the current list with the current symbol by deleting everything else (except the - symbol) in the list, including the eclosing pair of parens. + symbol) in the list, including the enclosing pair of parens. For example pressing I at position marked with |: (aaa (b|bb ccc) ddd) ---> (aaa |bbb ddd) @@ -317,8 +317,8 @@ Visual Mode: selected. d Delete the current visual selection. Keeps text balanced, - x so the the selection contains unpaired matched characters - then they are not removed. + x so the selection contains unpaired matched characters then + they are not removed. c Delete the current visual selection and start insert mode. Keeps text balanced just like the 'd' command.