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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c [lexbind]
Date: Sat, 04 Sep 2004 05:50:23 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.263.2.7 emacs/src/keymap.c:1.263.2.8
*** emacs/src/keymap.c:1.263.2.7        Tue Jul  6 10:20:31 2004
--- emacs/src/keymap.c  Sat Sep  4 09:19:27 2004
***************
*** 342,348 ****
  
  DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0,
         doc: /* Modify KEYMAP to set its parent map to PARENT.
! PARENT should be nil or another keymap.  */)
       (keymap, parent)
       Lisp_Object keymap, parent;
  {
--- 342,348 ----
  
  DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0,
         doc: /* Modify KEYMAP to set its parent map to PARENT.
! Return PARENT.  PARENT should be nil or another keymap.  */)
       (keymap, parent)
       Lisp_Object keymap, parent;
  {
***************
*** 1686,1692 ****
  its value instead of as COMMAND's value; but COMMAND is still defined
  as a function.
  The third optional argument NAME, if given, supplies a menu name
! string for the map.  This is required to use the keymap as a menu.  */)
       (command, mapvar, name)
       Lisp_Object command, mapvar, name;
  {
--- 1686,1693 ----
  its value instead of as COMMAND's value; but COMMAND is still defined
  as a function.
  The third optional argument NAME, if given, supplies a menu name
! string for the map.  This is required to use the keymap as a menu.
! This function returns COMMAND.  */)
       (command, mapvar, name)
       Lisp_Object command, mapvar, name;
  {




reply via email to

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