Mercurial > emacs
changeset 68777:4448b684600f
(substitute-key-definition): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Feb 2006 16:46:43 +0000 |
parents | d48e6150c8c1 |
children | 35c06cb6ee91 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Fri Feb 10 11:07:50 2006 +0000 +++ b/lisp/subr.el Fri Feb 10 16:46:43 2006 +0000 @@ -561,7 +561,7 @@ 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: +For most uses, it is simpler and safer to use 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