# HG changeset patch # User Richard M. Stallman # Date 753535553 0 # Node ID bbe5bba17b1081e29b5e70ba4878022edefbb35c # Parent 34c280d4e1af5a76e05be1dd37e8a146f59a0217 (Fkey_binding): Doc fix. diff -r 34c280d4e1af -r bbe5bba17b10 src/keymap.c --- a/src/keymap.c Wed Nov 17 11:01:21 1993 +0000 +++ b/src/keymap.c Wed Nov 17 11:25:53 1993 +0000 @@ -808,8 +808,8 @@ \n\ Normally, `key-binding' 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\ -third optional argument ACCEPT-DEFAULT is non-nil, `key-binding' will\n\ +usable as a general function for probing keymaps. However, if the\n\ +optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\ recognize the default bindings, just as `read-key-sequence' does.") (key, accept_default) Lisp_Object key;