diff options
| author | Richard M. Stallman | 2006-01-26 17:50:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-26 17:50:50 +0000 |
| commit | bb9c8a997ad8af86bb8a1361dc52864c3edd2c6f (patch) | |
| tree | 83b9aabeddd0958c182586d1ba800bbbb4baa732 /src/keymap.c | |
| parent | 5fa98fcf92fa168972ced36e38501d63d0e8d6ea (diff) | |
| download | emacs-bb9c8a997ad8af86bb8a1361dc52864c3edd2c6f.tar.gz emacs-bb9c8a997ad8af86bb8a1361dc52864c3edd2c6f.zip | |
(Fmap_keymap): Doc fix.
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 0c44a112e01..1dfb8273a9c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -743,7 +743,7 @@ map_keymap_call (key, val, fun, dummy) | |||
| 743 | } | 743 | } |
| 744 | 744 | ||
| 745 | DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0, | 745 | DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0, |
| 746 | doc: /* Call FUNCTION once for each binding in KEYMAP. | 746 | doc: /* Call FUNCTION once for each event binding in KEYMAP. |
| 747 | FUNCTION is called with two arguments: the event that is bound, and | 747 | FUNCTION is called with two arguments: the event that is bound, and |
| 748 | the definition it is bound to. | 748 | the definition it is bound to. |
| 749 | 749 | ||