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

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

[elpa] externals/adjust-parens 9183c71a32: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/adjust-parens 9183c71a32: ; Fix typos
Date: Mon, 12 Dec 2022 17:11:24 -0500 (EST)

branch: externals/adjust-parens
commit 9183c71a32d722587e9c15f0260060d703f3d168
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 adjust-parens.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/adjust-parens.el b/adjust-parens.el
index 183925daf8..609cbeffb2 100644
--- a/adjust-parens.el
+++ b/adjust-parens.el
@@ -168,7 +168,7 @@ where the close paren was moved from and the position 
following where
 it moved to.
 
 If there's no close parens to move, either return nil or allow
-scan-error to propogate up."
+scan-error to propagate up."
   (save-excursion
     (let* ((deleted-paren-char nil)
            (deleted-paren-pos
@@ -213,7 +213,7 @@ where the close paren was moved from and the position 
following where
 it moved to.
 
 If there's no close parens to move, either return nil or allow
-scan-error to propogate up."
+scan-error to propagate up."
   (save-excursion
     (let* ((deleted-paren-char nil)
            (deleted-paren-pos



reply via email to

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