diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/keymap.c b/src/keymap.c index 17c55cfd2d6..9d67f4400c0 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Manipulation of keymaps | 1 | /* Manipulation of keymaps |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -1654,7 +1655,7 @@ bindings; see the description of `lookup-key' for more details about this. */) | |||
| 1654 | 1655 | ||
| 1655 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, | 1656 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, |
| 1656 | doc: /* Find the visible minor mode bindings of KEY. | 1657 | doc: /* Find the visible minor mode bindings of KEY. |
| 1657 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is the | 1658 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is |
| 1658 | the symbol which names the minor mode binding KEY, and BINDING is | 1659 | the symbol which names the minor mode binding KEY, and BINDING is |
| 1659 | KEY's definition in that mode. In particular, if KEY has no | 1660 | KEY's definition in that mode. In particular, if KEY has no |
| 1660 | minor-mode bindings, return nil. If the first binding is a | 1661 | minor-mode bindings, return nil. If the first binding is a |