branch: elpa/evil-args commit 46aab06c34349317e4ad7d981976a894133e4fcc Author: wcsmith <wconnorsm...@gmail.com> Commit: wcsmith <wconnorsm...@gmail.com>
Added clearer language to keybinding documentation. --- README.md | 2 +- evil-args.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2ca47c248..e167e5b170 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following to your `.emacs`: (add-to-list 'load-path "path/to/evil-args") (require 'evil-args) -Optionally, add the following keybindings with keys of your choice: +Add the following keybindings with keys of your choice: (define-key evil-normal-state-map "L" 'evil-forward-arg) (define-key evil-normal-state-map "H" 'evil-backward-arg) diff --git a/evil-args.el b/evil-args.el index f9a7fab15b..46dd41ad4b 100644 --- a/evil-args.el +++ b/evil-args.el @@ -37,7 +37,7 @@ ;; (add-to-list 'load-path "path/to/evil-args") ;; (require 'evil-args) ;; -;; Optionally, add the following keybindings with keys of your choice: +;; Add the following keybindings with keys of your choice: ;; ;; (define-key evil-normal-state-map "L" 'evil-forward-arg) ;; (define-key evil-normal-state-map "H" 'evil-backward-arg)