summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-02-13 11:05:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-02-13 11:05:37 +0000
commit50d16788f2586ba58b3f10824ab770633b6e0870 (patch)
treeda0be4584b7aff8f9b01cb2cf967a7b7f0924739 /lisp/subr.el
parent2d488bd1dbd17113f08a40d67d5dfb7dab3e26e9 (diff)
downloademacs-50d16788f2586ba58b3f10824ab770633b6e0870.tar.gz
(substitute-key-definition): Doc fix (hide internal argument).
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 298a1d7c92f..c543ecffad3 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -563,7 +563,8 @@ in KEYMAP as NEWDEF those keys which are defined as OLDDEF in OLDMAP.
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