# HG changeset patch # User Juanma Barranquero # Date 1139828451 0 # Node ID f038d760daf13e72aec904d907355773366552c7 # Parent d484b3fdfd906b73fb6ae8c32c00ceba3672070c (substitute-key-definition): Doc fix (hide internal argument). diff -r d484b3fdfd90 -r f038d760daf1 lisp/subr.el --- a/lisp/subr.el Mon Feb 13 10:13:05 2006 +0000 +++ b/lisp/subr.el Mon Feb 13 11:00:51 2006 +0000 @@ -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