emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit f5e7959 081/224: Show point in `paredit-splice-sex


From: ELPA Syncer
Subject: [nongnu] elpa/paredit f5e7959 081/224: Show point in `paredit-splice-sexp-killing-forward' example.
Date: Sat, 7 Aug 2021 09:22:23 -0400 (EDT)

branch: elpa/paredit
commit f5e7959cddf6cdf29cfbfc499eec57903b9a07e5
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Show point in `paredit-splice-sexp-killing-forward' example.
    
    Ignore-this: d2194315bd70974f87169d0dfd7be139
    
    darcs-hash:20110322074841-00fcc-debcbca68041c58ba94327de6a3594f6e924e8d6
---
 paredit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]