]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminor_mode_key_binding): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 16:33:00 +0000 (16:33 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 16:33:00 +0000 (16:33 +0000)
src/keymap.c

index 9dee14eff4226e3af99a79a960684e48e3803c8f..49151a395fb79a5d957501146f640afa6a5301cb 100644 (file)
@@ -1661,7 +1661,7 @@ bindings; see the description of `lookup-key' for more details about this.  */)
 
 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