semantic-read-symbol

semantic-read-symbol is a compiled Lisp function in `util.el'.

(semantic-read-symbol PROMPT &optional DEFAULT STREAM FILTER)

Read a symbol name from the user for the current buffer.
PROMPT is the prompt to use.
Optional arguments:
DEFAULT is the default choice. If no default is given, one is read
from under point.
STREAM is the list of tokens to complete from.
FILTER is provides a filter on the types of things to complete.
FILTER must be a function to call on each element.