diff options
| author | Joakim Verona | 2016-04-02 17:49:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-02 18:32:13 -0700 |
| commit | 36e05f0bf713175a06d14255cf707543ad1a296e (patch) | |
| tree | 14faa853d85acf9ee5c99e0adf275e3b1d150969 /doc | |
| parent | 104221731eb0e24bd6ec4c9e63f4f7590fd07c97 (diff) | |
| download | emacs-36e05f0bf713175a06d14255cf707543ad1a296e.tar.gz emacs-36e05f0bf713175a06d14255cf707543ad1a296e.zip | |
Remove unused arguments from make-xwidget
The arguments BEG and END were unused, and are now removed.
* display.texi (Xwidgets): Document the change
* xwidget.el (make-xwidget, xwidget-insert)
(xwidget-webkit-new-session): Reflect changed arguments
* xwidget.c (Fmake_xwidget, syms_of_xwidget): Reflect changed arguments
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e4aff43ccba..2d8b60d01e2 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5641,7 +5641,7 @@ xwidget object, and then use that object as the display specifier | |||
| 5641 | in a @code{display} text or overlay property (@pxref{Display | 5641 | in a @code{display} text or overlay property (@pxref{Display |
| 5642 | Property}). | 5642 | Property}). |
| 5643 | 5643 | ||
| 5644 | @defun make-xwidget beg end type title width height arguments &optional buffer | 5644 | @defun make-xwidget type title width height arguments &optional buffer |
| 5645 | This creates an xwidget object between @var{beg} and @var{end}, buffer | 5645 | This creates an xwidget object between @var{beg} and @var{end}, buffer |
| 5646 | positions in @var{buffer}, and returns the new object. If | 5646 | positions in @var{buffer}, and returns the new object. If |
| 5647 | @var{buffer} is omitted or @code{nil}, it defaults to the current | 5647 | @var{buffer} is omitted or @code{nil}, it defaults to the current |
| @@ -5650,8 +5650,8 @@ created. The @var{type} identifies the type of the xwidget component, | |||
| 5650 | it can be one of the following: | 5650 | it can be one of the following: |
| 5651 | 5651 | ||
| 5652 | @table @code | 5652 | @table @code |
| 5653 | @item webkit-osr | 5653 | @item webkit |
| 5654 | The WebKit OSR (@dfn{on-stack replacement}) component. | 5654 | The WebKit (@dfn{on-stack replacement}) component. |
| 5655 | @end table | 5655 | @end table |
| 5656 | 5656 | ||
| 5657 | The @var{width} and @var{height} arguments specify the widget size in | 5657 | The @var{width} and @var{height} arguments specify the widget size in |