Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/paredit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Normal Mode:

<Leader>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 <Leader>I at position marked with |:
(aaa (b|bb ccc) ddd) ---> (aaa |bbb ddd)

Expand Down Expand Up @@ -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
<Del> then they are not removed.
x so the selection contains unpaired matched characters then
<Del> they are not removed.

c Delete the current visual selection and start insert mode.
Keeps text balanced just like the 'd' command.
Expand Down