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

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

[nongnu] elpa/evil-surround 9f1ab3c302 065/175: typo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround 9f1ab3c302 065/175: typo
Date: Mon, 9 Oct 2023 13:01:04 -0400 (EDT)

branch: elpa/evil-surround
commit 9f1ab3c302d585c3489f0429b904e7e6e3204e94
Author: Tim Harper <tim@spacemonkey.com>
Commit: Tim Harper <tim@spacemonkey.com>

    typo
---
 evil-surround.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-surround.el b/evil-surround.el
index 7c42d6c03d..d3539c29f2 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -238,7 +238,7 @@ column."
 (evil-define-command evil-surround-edit (operation)
   "Edit the surrounding delimiters represented by CHAR.
 If OPERATION is `change', call `evil-surround-change'.
-if OPERATION is `deliete', call `evil-surround-delete'.
+if OPERATION is `delete', call `evil-surround-delete'.
 Otherwise call `evil-surround-region'."
   (interactive (evil-surround-interactive-setup))
   (message "%s" operation)



reply via email to

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