diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 2d8b60d01e2..9ea9548582f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5642,8 +5642,7 @@ in a @code{display} text or overlay property (@pxref{Display | |||
| 5642 | Property}). | 5642 | Property}). |
| 5643 | 5643 | ||
| 5644 | @defun make-xwidget 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 and returns an xwidget 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 | 5646 | @var{buffer} is omitted or @code{nil}, it defaults to the current |
| 5648 | buffer. If @var{buffer} names a buffer that doesn't exist, it will be | 5647 | buffer. If @var{buffer} names a buffer that doesn't exist, it will be |
| 5649 | created. The @var{type} identifies the type of the xwidget component, | 5648 | created. The @var{type} identifies the type of the xwidget component, |
| @@ -5651,7 +5650,7 @@ it can be one of the following: | |||
| 5651 | 5650 | ||
| 5652 | @table @code | 5651 | @table @code |
| 5653 | @item webkit | 5652 | @item webkit |
| 5654 | The WebKit (@dfn{on-stack replacement}) component. | 5653 | The WebKit component. |
| 5655 | @end table | 5654 | @end table |
| 5656 | 5655 | ||
| 5657 | The @var{width} and @var{height} arguments specify the widget size in | 5656 | The @var{width} and @var{height} arguments specify the widget size in |