emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Mon, 18 Jul 2005 12:33:01 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.304 emacs/src/keymap.c:1.305
*** emacs/src/keymap.c:1.304    Mon Jul  4 16:06:32 2005
--- emacs/src/keymap.c  Mon Jul 18 16:33:00 2005
***************
*** 1661,1667 ****
  
  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
  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
--- 1661,1667 ----
  
  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 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]