]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/bindings.el (bindings--define-key): Doc fix. (Bug#32885)
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 Oct 2018 07:19:27 +0000 (10:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 Oct 2018 07:19:27 +0000 (10:19 +0300)
lisp/bindings.el

index 3e202b9b78c323631da2d67057c3d035a075ecef..a1af4389beec8ad7d9813884c54ee9d8aff00a38 100644 (file)
@@ -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