aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 9dee14eff42..49151a395fb 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1661,7 +1661,7 @@ bindings; see the description of `lookup-key' for more details about this. */)
1661 1661
1662DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, 1662DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0,
1663 doc: /* Find the visible minor mode bindings of KEY. 1663 doc: /* Find the visible minor mode bindings of KEY.
1664Return an alist of pairs (MODENAME . BINDING), where MODENAME is the 1664Return an alist of pairs (MODENAME . BINDING), where MODENAME is
1665the symbol which names the minor mode binding KEY, and BINDING is 1665the symbol which names the minor mode binding KEY, and BINDING is
1666KEY's definition in that mode. In particular, if KEY has no 1666KEY's definition in that mode. In particular, if KEY has no
1667minor-mode bindings, return nil. If the first binding is a 1667minor-mode bindings, return nil. If the first binding is a