aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c
index be45d2be1e2..940a6f492ec 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -629,6 +629,9 @@ the definition it is bound to. The event may be a character range.
629If KEYMAP has a parent, the parent's bindings are included as well. 629If KEYMAP has a parent, the parent's bindings are included as well.
630This works recursively: if the parent has itself a parent, then the 630This works recursively: if the parent has itself a parent, then the
631grandparent's bindings are also included and so on. 631grandparent's bindings are also included and so on.
632
633For more information, see Info node `(elisp) Keymaps'.
634
632usage: (map-keymap FUNCTION KEYMAP) */) 635usage: (map-keymap FUNCTION KEYMAP) */)
633 (Lisp_Object function, Lisp_Object keymap, Lisp_Object sort_first) 636 (Lisp_Object function, Lisp_Object keymap, Lisp_Object sort_first)
634{ 637{