diff options
| author | Tim Harper <tim@spacemonkey.com> | 2015-12-10 13:18:31 -0700 |
|---|---|---|
| committer | Tim Harper <tim@spacemonkey.com> | 2015-12-10 13:18:31 -0700 |
| commit | 9f1ab3c302d585c3489f0429b904e7e6e3204e94 (patch) | |
| tree | 498b0308a1ed1eeda915f24f24cc05d802f80488 /evil-surround.el | |
| parent | ace9ca329287887371c833a7d4226abc2ce1ccfe (diff) | |
typo
Diffstat (limited to 'evil-surround.el')
| -rwxr-xr-x | evil-surround.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-surround.el b/evil-surround.el index 7c42d6c..d3539c2 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) |
