Next: , Previous: , Up: Keymaps   [Contents][Index]


26.2 Format of Keymaps

A keymap is a primitive type that associates events with their bindings. Note that this is different from Emacs 18 and FSF Emacs, where keymaps are lists.

Function: keymapp object

This function returns t if object is a keymap, nil otherwise.