Function: xwidget-webkit-copy-selection-as-kill
xwidget-webkit-copy-selection-as-kill is an interactive and
byte-compiled function defined in xwidget.el.gz.
Signature
(xwidget-webkit-copy-selection-as-kill)
Documentation
Get the webkit selection and put it on the kill-ring.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-copy-selection-as-kill ()
"Get the webkit selection and put it on the `kill-ring'."
(interactive nil xwidget-webkit-mode)
(xwidget-webkit-get-selection #'kill-new))