Skip to content

Commit

Permalink
minor grammar change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bling committed Sep 25, 2013
1 parent 1bb9ecd commit 53d0837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evil-visualstar.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@

;;;###autoload
(defun evil-visualstar/begin-search-forward (beg end)
"Search for the visual selection in forward direction."
"Search for the visual selection forwards."
(interactive "r")
(evil-visualstar/begin-search beg end t))

;;;###autoload
(defun evil-visualstar/begin-search-backward (beg end)
"Search for the visual selection in backward direction."
"Search for the visual selection backwards."
(interactive "r")
(evil-visualstar/begin-search beg end nil))

Expand Down

0 comments on commit 53d0837

Please sign in to comment.