1
Fork 0
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:
Richard M. Stallman 2006-01-26 17:50:50 +00:00
parent 5fa98fcf92
commit bb9c8a997a

View file

@ -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.