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