projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7a869
)
; * lisp/bindings.el (bindings--define-key): Doc fix. (Bug#32885)
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Oct 2018 07:19:27 +0000
(10:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Oct 2018 07:19:27 +0000
(10:19 +0300)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 3e202b9b78c323631da2d67057c3d035a075ecef..a1af4389beec8ad7d9813884c54ee9d8aff00a38 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-265,7
+265,10
@@
Normally nil in most modes, since there is no process to display.")
(make-variable-buffer-local 'mode-line-process)
(defun bindings--define-key (map key item)
- "Make as much as possible of the menus pure."
+ "Define KEY in keymap MAP according to ITEM from a menu.
+This is like `define-key', but it takes the definition from the
+specified menu item, and makes pure copies of as much as possible
+of the menu's data."
(declare (indent 2))
(define-key map key
(cond