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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 13 Feb 2006 11:00:52 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.499 emacs/lisp/subr.el:1.500
--- emacs/lisp/subr.el:1.499    Sun Feb 12 20:32:18 2006
+++ emacs/lisp/subr.el  Mon Feb 13 11:00:51 2006
@@ -563,7 +563,8 @@
 
 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)"
+  \(define-key KEYMAP [remap OLDDEF] NEWDEF)
+\n(fn OLDDEF NEWDEF KEYMAP &optional OLDMAP)"
   ;; 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
   ;; meaning




reply via email to

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