# HG changeset patch # User Karl Heuer # Date 820796572 0 # Node ID 65488aa49b87c7716e5d37afe98cd226e7a788da # Parent b7670a09033c997f7f57d8e0a1d143ce40a49639 (Flookup_key): Doc fix. diff -r b7670a09033c -r 65488aa49b87 src/keymap.c --- a/src/keymap.c Thu Jan 04 23:02:18 1996 +0000 +++ b/src/keymap.c Thu Jan 04 23:02:52 1996 +0000 @@ -673,7 +673,7 @@ \n\ Normally, `lookup-key' ignores bindings for t, which act as default\n\ bindings, used when nothing else in the keymap applies; this makes it\n\ -useable as a general function for probing keymaps. However, if the\n\ +usable as a general function for probing keymaps. However, if the\n\ third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will\n\ recognize the default bindings, just as `read-key-sequence' does.") (keymap, key, accept_default) @@ -1951,7 +1951,7 @@ return Qnil; } -/* Insert a desription of the key bindings in STARTMAP, +/* Insert a description of the key bindings in STARTMAP, followed by those of all maps reachable through STARTMAP. If PARTIAL is nonzero, omit certain "uninteresting" commands (such as `undefined').