Mercurial > emacs
diff src/keymap.c @ 64470:f9c745c0d949
(Fminor_mode_key_binding): Delete duplicate words.
| author | Juri Linkov <juri@jurta.org> |
|---|---|
| date | Mon, 18 Jul 2005 16:33:00 +0000 |
| parents | a8fa7c632ee4 |
| children | a0d1312ede66 187d6a1f84f7 |
line wrap: on
line diff
--- a/src/keymap.c Mon Jul 18 16:32:35 2005 +0000 +++ b/src/keymap.c Mon Jul 18 16:33:00 2005 +0000 @@ -1661,7 +1661,7 @@ DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, doc: /* Find the visible minor mode bindings of KEY. -Return an alist of pairs (MODENAME . BINDING), where MODENAME is the +Return an alist of pairs (MODENAME . BINDING), where MODENAME is the symbol which names the minor mode binding KEY, and BINDING is KEY's definition in that mode. In particular, if KEY has no minor-mode bindings, return nil. If the first binding is a
