branch: elpa/bind-map commit ce4e8e7f6466457ba6b35f94fccbe1efdaf664b2 Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@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'."