# HG changeset patch # User Luc Teirlinck # Date 1091289788 0 # Node ID b5575b1c51f0ed83d6bc3176e4fa393a8226d144 # Parent b427147a826a334b8be6fff93346b5b24ac0a834 (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. diff -r b427147a826a -r b5575b1c51f0 src/keymap.c --- a/src/keymap.c Sat Jul 31 15:57:40 2004 +0000 +++ b/src/keymap.c Sat Jul 31 16:03:08 2004 +0000 @@ -342,6 +342,7 @@ 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,7 +1687,8 @@ 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. */) +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; {