diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 3 |
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. | |||
| 629 | If KEYMAP has a parent, the parent's bindings are included as well. | 629 | If KEYMAP has a parent, the parent's bindings are included as well. |
| 630 | This works recursively: if the parent has itself a parent, then the | 630 | This works recursively: if the parent has itself a parent, then the |
| 631 | grandparent's bindings are also included and so on. | 631 | grandparent's bindings are also included and so on. |
| 632 | |||
| 633 | For more information, see Info node `(elisp) Keymaps'. | ||
| 634 | |||
| 632 | usage: (map-keymap FUNCTION KEYMAP) */) | 635 | usage: (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 | { |