emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-args 46aab06c34 10/27: Added clearer language to keyb


From: ELPA Syncer
Subject: [nongnu] elpa/evil-args 46aab06c34 10/27: Added clearer language to keybinding documentation.
Date: Wed, 2 Feb 2022 20:58:11 -0500 (EST)

branch: elpa/evil-args
commit 46aab06c34349317e4ad7d981976a894133e4fcc
Author: wcsmith <wconnorsmith@gmail.com>
Commit: wcsmith <wconnorsmith@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]