]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkey_binding): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Nov 1993 11:25:53 +0000 (11:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Nov 1993 11:25:53 +0000 (11:25 +0000)
src/keymap.c

index f34a917aeb0512056d7215d33faa44809dece618..3e827e3e347d13e152d14af7bf1ab0b2355e6598 100644 (file)
@@ -808,8 +808,8 @@ The binding is probably a symbol with a function definition.\n\
 \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;