diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:48:41 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:48:41 +0000 |
commit | f5e7959cddf6cdf29cfbfc499eec57903b9a07e5 (patch) | |
tree | 775dd25978a227053dc4b48f494686880e1b6087 | |
parent | f9ab2e79cb3d830796fd3365c94ecec19b866afd (diff) |
Show point in `paredit-splice-sexp-killing-forward' example.
Ignore-this: d2194315bd70974f87169d0dfd7be139
darcs-hash:20110322074841-00fcc-debcbca68041c58ba94327de6a3594f6e924e8d6
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |