From 1c51d057c46809c8ea955c77aeca844a12d02268 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 10 Feb 2006 16:46:43 +0000 Subject: [PATCH] (substitute-key-definition): Fix typo. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 5abecd35310..9f6ad65bb4c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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 -- 2.39.2