Function: cl-map-keymap

cl-map-keymap is a function alias for map-keymap, defined in keymap.c.

This function is obsolete since 24.3; use map-keymap instead.

Signature

(cl-map-keymap FUNCTION KEYMAP)

Documentation

Call FUNCTION once for each event binding in KEYMAP.

FUNCTION is called with two arguments: the event that is bound, and the definition it is bound to. The event may be a character range.

If KEYMAP has a parent, the parent's bindings are included as well. This works recursively: if the parent has itself a parent, then the grandparent's bindings are also included and so on.

For more information, see Info node (elisp) Keymaps.

Aliases

cl-map-keymap (obsolete since 24.3)