mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
(Fset_keymap_parent): Minor doc fix.
This commit is contained in:
parent
a523ade4cb
commit
1492344029
1 changed files with 1 additions and 2 deletions
|
|
@ -342,8 +342,7 @@ keymap_memberp (map, maps)
|
|||
|
||||
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. */)
|
||||
Return PARENT. PARENT should be nil or another keymap. */)
|
||||
(keymap, parent)
|
||||
Lisp_Object keymap, parent;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue