Mercurial > emacs
changeset 68848:f038d760daf1
(substitute-key-definition): Doc fix (hide internal argument).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 13 Feb 2006 11:00:51 +0000 |
parents | d484b3fdfd90 |
children | d4d4eb38cca3 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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