/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.282.4.9 by miles, Tue Jun 29 16:46:03 2004 UTC revision 1.282.4.10 by miles, Tue Aug 3 00:03:00 2004 UTC
# Line 343  keymap_memberp (map, maps) Line 343  keymap_memberp (map, maps)
343    
344  DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0,  DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0,
345         doc: /* Modify KEYMAP to set its parent map to PARENT.         doc: /* Modify KEYMAP to set its parent map to PARENT.
346  PARENT should be nil or another keymap.  */)  Return PARENT.  PARENT should be nil or another keymap.  */)
347       (keymap, parent)       (keymap, parent)
348       Lisp_Object keymap, parent;       Lisp_Object keymap, parent;
349  {  {
# Line 1719  If a second optional argument MAPVAR is Line 1719  If a second optional argument MAPVAR is
1719  its value instead of as COMMAND's value; but COMMAND is still defined  its value instead of as COMMAND's value; but COMMAND is still defined
1720  as a function.  as a function.
1721  The third optional argument NAME, if given, supplies a menu name  The third optional argument NAME, if given, supplies a menu name
1722  string for the map.  This is required to use the keymap as a menu.  */)  string for the map.  This is required to use the keymap as a menu.
1723    This function returns COMMAND.  */)
1724       (command, mapvar, name)       (command, mapvar, name)
1725       Lisp_Object command, mapvar, name;       Lisp_Object command, mapvar, name;
1726  {  {

Legend:
Removed from v.1.282.4.9  
changed lines
  Added in v.1.282.4.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26