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

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

[nongnu] elpa/smartparens 87cebaa319 2/4: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/smartparens 87cebaa319 2/4: fix typo
Date: Wed, 18 Jan 2023 16:02:53 -0500 (EST)

branch: elpa/smartparens
commit 87cebaa3199f2e822571b8f5ee4444c8d98334e7
Author: strangepr0gram <serban.dobrau@gmail.com>
Commit: strangepr0gram <serban.dobrau@gmail.com>

    fix typo
---
 smartparens.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smartparens.el b/smartparens.el
index fd58064586..8468034b94 100644
--- a/smartparens.el
+++ b/smartparens.el
@@ -459,14 +459,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]