Mercurial > emacs
changeset 5055:bbe5bba17b10
(Fkey_binding): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Nov 1993 11:25:53 +0000 |
parents | 34c280d4e1af |
children | 64211dda414c |
files | src/keymap.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;