]> git.eshelyaron.com Git - emacs.git/commitdiff
(substitute-key-definition): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Feb 2006 16:46:43 +0000 (16:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Feb 2006 16:46:43 +0000 (16:46 +0000)
lisp/subr.el

index 5abecd35310b7b142d8f460e04569de5d999d018..9f6ad65bb4c06027f828e5873f0714294edcf6f4 100644 (file)
@@ -561,7 +561,7 @@ In other words, OLDDEF is replaced with NEWDEF where ever it appears.
 Alternatively, if optional fourth argument OLDMAP is specified, we redefine
 in KEYMAP as NEWDEF those keys which are defined as OLDDEF in OLDMAP.
 
-For most uses, it is simpler and safer to use command remappping like this:
+For most uses, it is simpler and safer to use command remapping like this:
   \(define-key KEYMAP [remap OLDDEF] NEWDEF)"
   ;; Don't document PREFIX in the doc string because we don't want to
   ;; advertise it.  It's meant for recursive calls only.  Here's its