From: Richard M. Stallman Date: Thu, 26 Jan 2006 17:50:50 +0000 (+0000) Subject: (Fmap_keymap): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb9c8a997ad8af86bb8a1361dc52864c3edd2c6f;p=emacs.git (Fmap_keymap): Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index 0c44a112e01..1dfb8273a9c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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.