# HG changeset patch # User Richard M. Stallman # Date 1064245641 0 # Node ID aae303184c824131a2d916e76c71482b159da865 # Parent 6de55a10c444c48091bb45da35df4b80bd2aa959 (Remapping Commands): Fix typo. diff -r 6de55a10c444 -r aae303184c82 lispref/keymaps.texi --- a/lispref/keymaps.texi Mon Sep 22 15:39:47 2003 +0000 +++ b/lispref/keymaps.texi Mon Sep 22 15:47:21 2003 +0000 @@ -1280,7 +1280,7 @@ A special kind of key binding, using a special ``key sequence'' which includes a command name, has the effect of @dfn{remapping} that command into another. Here's how it works. You make a key binding -for a key sequence tha starts with the dummy event @code{remap}, +for a key sequence that starts with the dummy event @code{remap}, followed by the command name you want to remap. Specify the remapped definition as the definition in this binding. The remapped definition is usually a command name, but it can be any valid definition for