diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 31f80a2593a..41e58973033 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -718,7 +718,7 @@ map_keymap_call (key, val, fun, dummy) | |||
| 718 | } | 718 | } |
| 719 | 719 | ||
| 720 | DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0, | 720 | DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0, |
| 721 | doc: /* Call FUNCTION once for each binding in KEYMAP. | 721 | doc: /* Call FUNCTION once for each event binding in KEYMAP. |
| 722 | FUNCTION is called with two arguments: the event that is bound, and | 722 | FUNCTION is called with two arguments: the event that is bound, and |
| 723 | the definition it is bound to. | 723 | the definition it is bound to. |
| 724 | 724 | ||