ffap-string-at-point

ffap-string-at-point is a compiled Lisp function in `ffap.el'.

(ffap-string-at-point &optional MODE)

Return a string of characters from around point.
MODE (defaults to value of `major-mode') is a symbol used to look up
string syntax parameters in `ffap-string-at-point-mode-alist'.
If MODE is not found, we use `file' instead of MODE.
If the region is active, return a string from the region.
Sets the variable `ffap-string-at-point' and the variable
`ffap-string-at-point-region'.