summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-22 07:48:41 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-22 07:48:41 +0000
commitf5e7959cddf6cdf29cfbfc499eec57903b9a07e5 (patch)
tree775dd25978a227053dc4b48f494686880e1b6087 /paredit.el
parentf9ab2e79cb3d830796fd3365c94ecec19b866afd (diff)
Show point in `paredit-splice-sexp-killing-forward' example.
Ignore-this: d2194315bd70974f87169d0dfd7be139 darcs-hash:20110322074841-00fcc-debcbca68041c58ba94327de6a3594f6e924e8d6
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 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)"