aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
authorduianto <vebotci@openmailbox.org>2016-08-25 20:43:46 +0000
committerduianto <vebotci@openmailbox.org>2016-08-25 20:43:46 +0000
commitd36020ee5f4e82cee08dbaa5a2f82e32e45195f1 (patch)
treec25237e06ba765a2ac396f8399ea478434ecfcfb /evil-commands.el
parenta2c04839d8c009f4c731acfcf52e13c156fb8377 (diff)
evil-commands.el, spelling corrections on 5 lines
Diffstat (limited to 'evil-commands.el')
-rw-r--r--evil-commands.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/evil-commands.el b/evil-commands.el
index 77a0229..6bf7c3a 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -115,7 +115,7 @@ of the line or the buffer; just return nil."
(evil-narrow-to-line
(evil-backward-char count t noerror))
(error
- ;; Restore the previous command (this one never happend).
+ ;; Restore the previous command (this one never happened).
;; Actually, this preserves the current column if the
;; previous command was `evil-next-line' or
;; `evil-previous-line'.
@@ -3592,7 +3592,7 @@ current one (equivalent to Vim's alternate buffer).
Returns the first item in `window-prev-buffers' that isn't
`window-buffer' of WINDOW."
- ;; If the last buffer visitied has been killed, then `window-prev-buffers'
+ ;; If the last buffer visited has been killed, then `window-prev-buffers'
;; returns a list with `current-buffer' at the head, we account for this
;; possibility.
(let* ((prev-buffers (window-prev-buffers))
@@ -3617,7 +3617,7 @@ the deleted window's parent window are rebalanced."
(delete-window)
(when evil-auto-balance-windows
;; balance-windows raises an error if the parent does not have
- ;; any futher childs (then rebalancing is not necessary anywa)
+ ;; any further children (then rebalancing is not necessary anyway)
(condition-case nil
(balance-windows p)
(error)))))
@@ -3722,7 +3722,7 @@ of the parent of the splitted window are rebalanced."
(evil-define-command evil-window-mru ()
"Move the cursor to the previous (last accessed) buffer in another window.
-More precisely, it selectes the most recently used buffer that is
+More precisely, it selects the most recently used buffer that is
shown in some other window, preferably of the current frame, and
is different from the current one."
:repeat nil
@@ -3792,7 +3792,7 @@ and opens a new buffer name or edits a certain FILE."
(funcall (default-value 'major-mode)))))))
(evil-define-command evil-buffer-new (count file)
- "Creates a new buffer replacing the current window, optionaly
+ "Creates a new buffer replacing the current window, optionally
editing a certain FILE"
:repeat nil
(interactive "P<f>")