mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(Fmap_keymap): Doc fix.
This commit is contained in:
parent
5fa98fcf92
commit
bb9c8a997a
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ map_keymap_call (key, val, fun, dummy)
|
|||
}
|
||||
|
||||
DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0,
|
||||
doc: /* Call FUNCTION once for each binding in KEYMAP.
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue