branch: elpa/bind-map
commit 8dea8e8f9193674f4b69d79d8fa653f0ca5f9aec
Author: justbur <jus...@burkett.cc>
Commit: justbur <jus...@burkett.cc>

    Grammatical fix in README
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 9c867e80b1..db61dc641a 100644
--- a/README.org
+++ b/README.org
@@ -32,8 +32,9 @@ in the correct places.
 ** Binding keys in the maps
 You may use the built-in =define-key= which will function as intended.
 =bind-key= (part of [[https://github.com/jwiegley/use-package][use-package]]) 
is another option. For those who want a
-different interface. The following functions are also provided, which both just
-use =define-key= internally, but allow for multiple bindings without much 
syntax.
+different interface, the following functions are also provided, which both just
+use =define-key= internally, but allow for multiple bindings without much
+syntax.
 
 #+BEGIN_SRC emacs-lisp
 (bind-map-set-keys my-lisp-map

Reply via email to