Default map = (current-global-map)

This commit is contained in:
Henrik Lissner 2015-08-01 14:39:05 +02:00
parent 9577ec28c7
commit 9a692125ec

View File

@ -116,7 +116,7 @@ Examples:
first-set
prefix
internal
(default-keymaps '(narf-mode-map))
(default-keymaps '((current-global-map)))
(keymaps (if (boundp 'keymaps) keymaps))
(states (if (boundp 'states) states '()))
(forms '())