From 2da194ccf35fb1442dd97dac96fa79e2458b6c68 Mon Sep 17 00:00:00 2001 From: Jonathan Barber Date: Wed, 18 Feb 2015 12:31:34 +0000 Subject: [PATCH] Trivial spelling corrections in documentation --- doc/paredit.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.