branch: elpa/bind-map commit 99236303f61842b68892d5a5f16b677ccbc5d909 Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@burkett.cc>
Rename bind-map-for-modes-derived To bind-map-for-mode-inherit --- bind-map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind-map.el b/bind-map.el index ee00fd3571..2a620eb690 100644 --- a/bind-map.el +++ b/bind-map.el @@ -375,7 +375,7 @@ mode maps. Set up by bind-map.el." map)) (plist-get parent-args keyword)))) ;;;###autoload -(defmacro bind-map-for-modes-derived (map parent &rest args) +(defmacro bind-map-for-mode-inherit (map parent &rest args) "Same as `bind-map' for MAP, except use some arguments from PARENT as defaults, which must be another map declared with `bind-map'. This is intended to be used with :major-modes