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

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

[nongnu] elpa/bind-map ce4e8e7f64 21/97: Fix typos in docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map ce4e8e7f64 21/97: Fix typos in docstrings
Date: Thu, 20 Jan 2022 07:59:11 -0500 (EST)

branch: elpa/bind-map
commit ce4e8e7f6466457ba6b35f94fccbe1efdaf664b2
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Fix typos in docstrings
---
 bind-map.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bind-map.el b/bind-map.el
index 8e03cf7ca9..5eab7c7fb1 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -189,7 +189,7 @@ MAPS, and KEYS."
 
 ;;;###autoload
 (defun bind-map-set-keys (map key def &rest bindings)
-  "Add a series of default bindings for LEADER.
+  "Add a series of default bindings to MAP.
 Default bindings never override existing ones. BINDINGS is a
 series of KEY DEF pairs. Each KEY should be a string suitable for
 `kbd'."
@@ -200,7 +200,7 @@ series of KEY DEF pairs. Each KEY should be a string 
suitable for
 
 ;;;###autoload
 (defun bind-map-set-key-defaults (map key def &rest bindings)
-  "Add a series of default bindings for LEADER.
+  "Add a series of default bindings to MAP.
 Default bindings never override existing ones. BINDINGS is a
 series of KEY DEF pairs. Each KEY should be a string suitable for
 `kbd'."



reply via email to

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