+2002-07-11 Markus Rost <rost@math.ohio-state.edu>
+
+ * keymap.c (Fkey_binding): Fix typo.
+
2002-07-11 Richard M. Stallman <rms@gnu.org>
* s/hpux11.h (BROKEN_SA_RESTART): Defined.
Like the normal command loop, `key-binding' will remap the command
resulting from looking up KEY by looking up the command in the
-currrent keymaps. However, if the optional third argument NO-REMAP
+current keymaps. However, if the optional third argument NO-REMAP
is non-nil, `key-binding' returns the unmapped command. */)
(key, accept_default, no_remap)
Lisp_Object key, accept_default, no_remap;