Function: eww--url-at-point
eww--url-at-point is a byte-compiled function defined in eww.el.gz.
Signature
(eww--url-at-point)
Documentation
thing-at-point provider function.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defun eww--url-at-point ()
"`thing-at-point' provider function."
(thing-at-point-for-char-property 'shr-url))