(Fkey_binding): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:38:12 +0000 (03:38 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:38:12 +0000 (03:38 +0000)
src/ChangeLog
src/keymap.c

index 621f723..99b53bf 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d811d17..467b511 100644 (file)
@@ -1417,7 +1417,7 @@ recognize the default bindings, just as `read-key-sequence' does.
 
 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;