Variable: xwidget-webkit-edit-mode-hook

xwidget-webkit-edit-mode-hook is a customizable variable defined in xwidget.el.gz.

Value

nil

Documentation

Hook run after entering or leaving xwidget-webkit-edit-mode(var)/xwidget-webkit-edit-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(define-minor-mode xwidget-webkit-edit-mode
  "Minor mode for editing the content of WebKit buffers.

This defines most self-inserting characters and some common
keyboard shortcuts to `xwidget-webkit-pass-command-event', which
will pass the key events corresponding to these characters to the
WebKit widget."
  :keymap xwidget-webkit-edit-mode-map)