summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paredit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/paredit.el b/paredit.el
index 2a27f21..f11fc7b 100644
--- a/paredit.el
+++ b/paredit.el
@@ -413,7 +413,7 @@ Paredit behaves badly if parentheses are imbalanced, so exercise
(("M-<down>" "ESC <down>")
paredit-splice-sexp-killing-forward
("(a (b c| d e) f)"
- "(a b c f)"))
+ "(a b c| f)"))
("M-r" paredit-raise-sexp
("(dynamic-wind in (lambda () |body) out)"
"(dynamic-wind in |body out)"