mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-10 08:52:40 -07:00
; * lisp/keymap.el (keymap-substitute): Doc fix. (Bug#60059)
(cherry picked from commit 1568123196)
This commit is contained in:
parent
fafcf02c85
commit
33e0a10464
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ in KEYMAP as NEWDEF those keys that 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)
|
||||
\n(fn OLDDEF NEWDEF KEYMAP &optional OLDMAP)"
|
||||
\n(fn KEYMAP OLDDEF NEWDEF &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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue