changeset 68397:5b1791b98dc2

(Fmap_keymap): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Jan 2006 17:50:50 +0000
parents 75dead191600
children cec05baae14f
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.