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

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

[nongnu] elpa/bind-map 7a4d329a60 18/97: Correct wrong package names


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 7a4d329a60 18/97: Correct wrong package names
Date: Thu, 20 Jan 2022 07:59:01 -0500 (EST)

branch: elpa/bind-map
commit 7a4d329a60b99e24472fc61bc83a596179377ff1
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Correct wrong package names
---
 bind-map.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bind-map.el b/bind-map.el
index 5f0e35d538..539441a3a2 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2015 Justin Burkett
 
 ;; Author: Justin Burkett <justin@burkett.cc>
-;; URL: https://github.com/justbur/emacs-bind-key
+;; URL: https://github.com/justbur/emacs-bind-map
 ;; Version: 0.0
 ;; Keywords:
 ;; Package-Requires: ((emacs "24.3"))
@@ -56,7 +56,7 @@
 ;; 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) is another
+;; `bind-map' (part of https://github.com/jwiegley/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.
@@ -211,4 +211,4 @@ series of KEY DEF pairs. Each KEY should be a string 
suitable for
 (put 'bind-map-set-key-defaults 'lisp-indent-function 'defun)
 
 (provide 'bind-map)
-;;; bind-key.el ends here
+;;; bind-map.el ends here



reply via email to

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