find-function-read

find-function-read is a compiled Lisp function in `find-func.el'.

(find-function-read &optional TYPE)

Read and return an interned symbol, defaulting to the one near point.

If TYPE is nil, insist on a symbol with a function definition.
Otherwise TYPE should be `defvar' or `defface'.
If TYPE is nil, defaults using `function-called-at-point',
otherwise uses `variable-at-point'.