(Fkeymap_parent): Doc fix (Bug#2391).
This commit is contained in:
parent
41d2ceef97
commit
293acc4acd
1 changed files with 2 additions and 1 deletions
|
@ -327,7 +327,8 @@ keymap_parent (keymap, autoload)
|
|||
}
|
||||
|
||||
DEFUN ("keymap-parent", Fkeymap_parent, Skeymap_parent, 1, 1, 0,
|
||||
doc: /* Return the parent keymap of KEYMAP. */)
|
||||
doc: /* Return the parent keymap of KEYMAP.
|
||||
If KEYMAP has no parent, return nil. */)
|
||||
(keymap)
|
||||
Lisp_Object keymap;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue