diff options
| author | Glenn Morris | 2016-01-19 18:03:37 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-19 18:03:37 -0500 |
| commit | 22977b5c51f5c0ffe318fc3cf8a88b7b14983b15 (patch) | |
| tree | aea43a8234125fb5b87113dfb10600fdbcf32413 /lisp | |
| parent | 1e5eb04c83420bece575cab89b028cf828aaa00e (diff) | |
| download | emacs-22977b5c51f5c0ffe318fc3cf8a88b7b14983b15.tar.gz emacs-22977b5c51f5c0ffe318fc3cf8a88b7b14983b15.zip | |
* lisp/xwidget.el (xwidget-webkit-scroll-behaviour): Fix custom spec.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/xwidget.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 2472c8db93f..17fcf3dae91 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el | |||
| @@ -36,7 +36,9 @@ | |||
| 36 | (defcustom xwidget-webkit-scroll-behaviour 'native | 36 | (defcustom xwidget-webkit-scroll-behaviour 'native |
| 37 | "Scroll behaviour of the webkit instance. | 37 | "Scroll behaviour of the webkit instance. |
| 38 | 'native or 'image." | 38 | 'native or 'image." |
| 39 | :group 'xwidgets) | 39 | :version "25.1" |
| 40 | :group 'frames ; TODO add xwidgets group if more options are added | ||
| 41 | :type '(choice (const native) (const image))) | ||
| 40 | 42 | ||
| 41 | (defun xwidget-insert (pos type title width height &optional args) | 43 | (defun xwidget-insert (pos type title width height &optional args) |
| 42 | "Insert an xwidget at POS. | 44 | "Insert an xwidget at POS. |