diff src/keymap.c @ 68397:5b1791b98dc2

(Fmap_keymap): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Jan 2006 17:50:50 +0000
parents d25897b05660
children 3bd95f4f2941 9b150bc96d33 7432ca837c8d
line wrap: on
line diff
--- a/src/keymap.c	Thu Jan 26 17:49:48 2006 +0000
+++ b/src/keymap.c	Thu Jan 26 17:50:50 2006 +0000
@@ -743,7 +743,7 @@
 }
 
 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.