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

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

[nongnu] elpa/smartparens 00382f6558 3/4: Merge pull request #1138 from


From: ELPA Syncer
Subject: [nongnu] elpa/smartparens 00382f6558 3/4: Merge pull request #1138 from strangepr0gram/master
Date: Wed, 18 Jan 2023 16:02:53 -0500 (EST)

branch: elpa/smartparens
commit 00382f65583c1afc5d2df8a106f8ad15241927aa
Merge: be97b92451 87cebaa319
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #1138 from strangepr0gram/master
---
 smartparens-config.el | 2 +-
 smartparens.el        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/smartparens-config.el b/smartparens-config.el
index fd2fb467f5..b6cfbb4749 100644
--- a/smartparens-config.el
+++ b/smartparens-config.el
@@ -70,7 +70,7 @@ ID, ACTION, CONTEXT."
               ;; do not consider punctuation
               (not (looking-at "[?.,;!]"))))))))
 
-;; emacs is lisp hacking enviroment, so we set up some most common
+;; emacs is lisp hacking environment, so we set up some most common
 ;; lisp modes too
 (sp-with-modes sp-lisp-modes
   ;; disable ', it's the quote character!
diff --git a/smartparens.el b/smartparens.el
index 3b4ceafe87..eae39bdf78 100644
--- a/smartparens.el
+++ b/smartparens.el
@@ -460,14 +460,14 @@ rely on the value of this variable anywhere else!")
 
 ;; TODO: get rid of this
 (defvar-local sp-wrap-point nil
-  "Save the value of point before attemt to wrap a region.
+  "Save the value of point before attempt to wrap a region.
 
 Used for restoring the original state if the wrapping is
 cancelled.")
 
 ;; TODO: get rid of this
 (defvar-local sp-wrap-mark nil
-  "Save the value of mark before attemt to wrap a region.
+  "Save the value of mark before attempt to wrap a region.
 
 Used for restoring the original state if the wrapping is
 cancelled.")



reply via email to

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