# HG changeset patch # User Juanma Barranquero # Date 1139590003 0 # Node ID 4448b684600fbc79edbe2fb447ca8a5948ce759e # Parent d48e6150c8c1a6865255338fd436a85ccdad00f2 (substitute-key-definition): Fix typo. diff -r d48e6150c8c1 -r 4448b684600f lisp/subr.el --- a/lisp/subr.el Fri Feb 10 11:07:50 2006 +0000 +++ b/lisp/subr.el Fri Feb 10 16:46:43 2006 +0000 @@ -561,7 +561,7 @@ 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