diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:48:14 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:48:14 +0000 |
commit | f9ab2e79cb3d830796fd3365c94ecec19b866afd (patch) | |
tree | cb8e2e592b64d278242e6410859ddf03156095a7 /paredit.el | |
parent | 52670b7d8e024a03280f611631a006c29e47ef51 (diff) |
Show point in `paredit-splice-sexp-killing-backward' example.
Ignore-this: 9882470551c262e697c684cef48b64e2
darcs-hash:20110322074814-00fcc-8d7391b78a3aa4650142dfa57bd7353fd670989a
Diffstat (limited to 'paredit.el')
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |