aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c7
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
5This file is part of GNU Emacs. 6This 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
1655DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, 1656DEFUN ("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.
1657Return an alist of pairs (MODENAME . BINDING), where MODENAME is the 1658Return an alist of pairs (MODENAME . BINDING), where MODENAME is
1658the symbol which names the minor mode binding KEY, and BINDING is 1659the symbol which names the minor mode binding KEY, and BINDING is
1659KEY's definition in that mode. In particular, if KEY has no 1660KEY's definition in that mode. In particular, if KEY has no
1660minor-mode bindings, return nil. If the first binding is a 1661minor-mode bindings, return nil. If the first binding is a