emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sun, 12 Feb 2006 20:32:18 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.498 emacs/lisp/subr.el:1.499
--- emacs/lisp/subr.el:1.498    Fri Feb 10 16:46:43 2006
+++ emacs/lisp/subr.el  Sun Feb 12 20:32:18 2006
@@ -561,7 +561,8 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]