]> git.eshelyaron.com Git - emacs.git/commitdiff
(substitute-key-definition): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Feb 2006 20:32:18 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Feb 2006 20:32:18 +0000 (20:32 +0000)
lisp/subr.el

index 9f6ad65bb4c06027f828e5873f0714294edcf6f4..298a1d7c92f17279f4dc065d95755cb7b87cbeae 100644 (file)
@@ -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