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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 11 Oct 2004 18:13:12 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.416 emacs/lisp/subr.el:1.417
*** emacs/lisp/subr.el:1.416    Sat Oct  9 21:50:57 2004
--- emacs/lisp/subr.el  Mon Oct 11 22:02:16 2004
***************
*** 383,389 ****
    "Replace OLDDEF with NEWDEF for any keys in KEYMAP now defined as OLDDEF.
  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."
    ;; 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
--- 383,392 ----
    "Replace OLDDEF with NEWDEF for any keys in KEYMAP now defined as OLDDEF.
  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:
!   \(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
    ;; meaning




reply via email to

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