Function: semantic-popup-menu
semantic-popup-menu is a for popup-menu, defined in
menu-bar.el.gz.
This function is obsolete since 27.1; use popup-menu instead.
Signature
(semantic-popup-menu MENU &optional POSITION PREFIX FROM-MENU-BAR)
Documentation
Popup the given menu and call the selected option.
MENU can be a keymap, an easymenu-style menu or a list of keymaps as for
x-popup-menu.
The menu is shown at the place where POSITION specifies.
For the form of POSITION, see popup-menu-normalize-position.
PREFIX is the prefix argument (if any) to pass to the command.
FROM-MENU-BAR, if non-nil, means we are dropping one of menu-bar's menus.
Aliases
semantic-popup-menu (obsolete since 27.1)