summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/paredit.el b/paredit.el
index 77fbf05..2a27f21 100644
--- a/paredit.el
+++ b/paredit.el
@@ -409,7 +409,7 @@ Paredit behaves badly if parentheses are imbalanced, so exercise
(("M-<up>" "ESC <up>")
paredit-splice-sexp-killing-backward
("(foo (let ((x 5)) |(sqrt n)) bar)"
- "(foo (sqrt n) bar)"))
+ "(foo |(sqrt n) bar)"))
(("M-<down>" "ESC <down>")
paredit-splice-sexp-killing-forward
("(a (b c| d e) f)"