aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi5
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
5642Property}). 5642Property}).
5643 5643
5644@defun make-xwidget type title width height arguments &optional buffer 5644@defun make-xwidget type title width height arguments &optional buffer
5645This creates an xwidget object between @var{beg} and @var{end}, buffer 5645This creates and returns an xwidget object. If
5646positions 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
5648buffer. If @var{buffer} names a buffer that doesn't exist, it will be 5647buffer. If @var{buffer} names a buffer that doesn't exist, it will be
5649created. The @var{type} identifies the type of the xwidget component, 5648created. 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
5654The WebKit (@dfn{on-stack replacement}) component. 5653The WebKit component.
5655@end table 5654@end table
5656 5655
5657The @var{width} and @var{height} arguments specify the widget size in 5656The @var{width} and @var{height} arguments specify the widget size in