comparison src/keymap.c @ 5055:bbe5bba17b10

(Fkey_binding): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Nov 1993 11:25:53 +0000
parents 1fc792473491
children 33de23a28204
comparison
equal deleted inserted replaced
5054:34c280d4e1af 5055:bbe5bba17b10
806 KEY is a string or vector, a sequence of keystrokes.\n\ 806 KEY is a string or vector, a sequence of keystrokes.\n\
807 The binding is probably a symbol with a function definition.\n\ 807 The binding is probably a symbol with a function definition.\n\
808 \n\ 808 \n\
809 Normally, `key-binding' ignores bindings for t, which act as default\n\ 809 Normally, `key-binding' ignores bindings for t, which act as default\n\
810 bindings, used when nothing else in the keymap applies; this makes it\n\ 810 bindings, used when nothing else in the keymap applies; this makes it\n\
811 useable as a general function for probing keymaps. However, if the\n\ 811 usable as a general function for probing keymaps. However, if the\n\
812 third optional argument ACCEPT-DEFAULT is non-nil, `key-binding' will\n\ 812 optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\
813 recognize the default bindings, just as `read-key-sequence' does.") 813 recognize the default bindings, just as `read-key-sequence' does.")
814 (key, accept_default) 814 (key, accept_default)
815 Lisp_Object key; 815 Lisp_Object key;
816 { 816 {
817 Lisp_Object *maps, value; 817 Lisp_Object *maps, value;