mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(Fmap_keymap): Doc fix.
This commit is contained in:
parent
77c0df4f27
commit
05f5847bd2
1 changed files with 4 additions and 2 deletions
|
|
@ -743,8 +743,10 @@ map_keymap_call (key, val, fun, dummy)
|
|||
}
|
||||
|
||||
DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0,
|
||||
doc: /* Call FUNCTION for every binding in KEYMAP.
|
||||
FUNCTION is called with two arguments: the event and its binding.
|
||||
doc: /* Call FUNCTION once for each binding in KEYMAP.
|
||||
FUNCTION is called with two arguments: the event that is bound, and
|
||||
the definition it is bound to.
|
||||
|
||||
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
|
||||
grandparent's bindings are also included and so on.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue