diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-20 01:52:22 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-20 01:52:22 +0000 |
commit | 293acc4acd0286f6672760389d64b216ee3903a3 (patch) | |
tree | ef4f4d086dbc0c344bf8ea67ae7b8b743b4a8053 /src | |
parent | 41d2ceef979223ce07e25ab9de69805b70a51389 (diff) | |
download | emacs-293acc4acd0286f6672760389d64b216ee3903a3.tar.gz |
(Fkeymap_parent): Doc fix (Bug#2391).
Diffstat (limited to 'src')
-rw-r--r-- | src/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 7a95e75c84e..02e93675548 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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; { |