aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-09-22 15:47:21 +0000
committerRichard M. Stallman2003-09-22 15:47:21 +0000
commitb0110b4a2c875d7ed17ce31c106419a669c81a89 (patch)
tree274b67bcf61c726d5e545c6e1461d43a5cbc6a19
parent1bf87f6ba3ce879fbf15d2fd5fbfe366c4c63d65 (diff)
downloademacs-b0110b4a2c875d7ed17ce31c106419a669c81a89.tar.gz
emacs-b0110b4a2c875d7ed17ce31c106419a669c81a89.zip
(Remapping Commands): Fix typo.
-rw-r--r--lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index 826f90d5a05..d3ab9c92bb3 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -1280,7 +1280,7 @@ Dired mode is set up:
1280 A special kind of key binding, using a special ``key sequence'' 1280 A special kind of key binding, using a special ``key sequence''
1281which includes a command name, has the effect of @dfn{remapping} that 1281which includes a command name, has the effect of @dfn{remapping} that
1282command into another. Here's how it works. You make a key binding 1282command into another. Here's how it works. You make a key binding
1283for a key sequence tha starts with the dummy event @code{remap}, 1283for a key sequence that starts with the dummy event @code{remap},
1284followed by the command name you want to remap. Specify the remapped 1284followed by the command name you want to remap. Specify the remapped
1285definition as the definition in this binding. The remapped definition 1285definition as the definition in this binding. The remapped definition
1286is usually a command name, but it can be any valid definition for 1286is usually a command name, but it can be any valid definition for