From fda11e854d44ee2aff8b154ceb5bfe3dfee8769e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Feb 2006 20:32:18 +0000 Subject: [PATCH] (substitute-key-definition): Doc fix. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 9f6ad65bb4c..298a1d7c92f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -561,7 +561,8 @@ 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 remapping like this: +If you don't specify OLDMAP, you can usually get the same results +in a cleaner way with 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.11.4.GIT