ffap-menu-ask

ffap-menu-ask is a compiled Lisp function in `ffap.el'.

(ffap-menu-ask TITLE ALIST CONT)

Prompt from a menu of choices, and then apply some action.
Arguments are TITLE, ALIST, and CONT (a continuation function).
This uses either a menu or the minibuffer depending on invocation.
The TITLE string is used as either the prompt or menu title.
Each ALIST entry looks like (STRING . DATA) and defines one choice.
Function CONT is applied to the entry chosen by the user.