diff options
author | Dave Love <fx@gnu.org> | 2000-09-14 13:17:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-14 13:17:02 +0000 |
commit | 896160ba9652a0c64ba4db0f6f86e7312b684f13 (patch) | |
tree | b1c6b9846894b02f36f37734a2ab6130506fbb4d /lisp/toolbar | |
parent | f8034e41149ff02ed28cdb94c0b42f8418170848 (diff) | |
download | emacs-896160ba9652a0c64ba4db0f6f86e7312b684f13.tar.gz |
(toolbar-like-menu-item): Doc fix.
Diffstat (limited to 'lisp/toolbar')
-rw-r--r-- | lisp/toolbar/toolbar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/toolbar/toolbar.el b/lisp/toolbar/toolbar.el index bd223f2991c..460eb358989 100644 --- a/lisp/toolbar/toolbar.el +++ b/lisp/toolbar/toolbar.el @@ -85,7 +85,8 @@ Info node `(elisp)Image Descriptors')." (defun toolbar-like-menu-item (command icon &optional map) "Define toolbar binding for COMMAND using the given ICON in keymap MAP. The binding of COMMAND is looked up in the menu bar in MAP (default -`global-map') and modified to add an image specification for ICON. +`global-map') and modified to add an image specification for ICON, which +is looked for as by `toolbar-add-item'. MAP must contain appropriate keymaps bound to `[menu-bar]' and `[tool-bar]'." (unless map |