# HG changeset patch # User Kenichi Handa # Date 1158989838 0 # Node ID 193419fa42c0b7ac46df0989e4c8f0673c10400d # Parent bc626d41ebdafdc2bb4bea170d29a917b126a785 (Fmap_keymap): Docstring mentions about generic character. diff -r bc626d41ebda -r 193419fa42c0 src/keymap.c --- a/src/keymap.c Sat Sep 23 05:37:07 2006 +0000 +++ b/src/keymap.c Sat Sep 23 05:37:18 2006 +0000 @@ -750,7 +750,10 @@ DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0, doc: /* 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 definition it is bound to. If the event is an integer, it may be +a generic character (see Info node `(elisp)Splitting Characters'), and +that means that all actual character events belonging to that generic +character are bound to the definition. 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