aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2015-09-08 09:00:24 +0200
committerFrank Fischer <frank-fischer@shadow-soft.de>2015-09-08 09:00:24 +0200
commitf21029d0645dbb64d4fdbb2dddb399605df1fa51 (patch)
tree0c4c88bf22deca7117e4f91a700ed85060832400
parentd2ab1874f44ebfc5e47e5f415ea72258b02ae642 (diff)
Fix a typo (fix #573)
-rw-r--r--evil-commands.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-commands.el b/evil-commands.el
index 9eb90a5..e3c963b 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -1594,9 +1594,9 @@ the current line."
(evil-shift-right (line-beginning-position) (line-beginning-position 2) count t))
(evil-define-command evil-shift-left-line (count)
- "Shift the current line COUNT times to the leeft.
+ "Shift the current line COUNT times to the left.
The text is shifted to the nearest multiple of
-`evil-shift-width'. Like `evil-shift-leeft' but always works on
+`evil-shift-width'. Like `evil-shift-left' but always works on
the current line."
(interactive "<c>")
(evil-shift-left (line-beginning-position) (line-beginning-position 2) count t))