aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xwidget.c')
-rw-r--r--src/xwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index 4d1d1169af9..614eb46d932 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -104,7 +104,7 @@ static void mouse_target_changed (WebKitWebView *, WebKitHitTestResult *, guint,
104 104
105DEFUN ("make-xwidget", 105DEFUN ("make-xwidget",
106 Fmake_xwidget, Smake_xwidget, 106 Fmake_xwidget, Smake_xwidget,
107 5, 7, 0, 107 4, 7, 0,
108 doc: /* Make an xwidget of TYPE. 108 doc: /* Make an xwidget of TYPE.
109If BUFFER is nil, use the current buffer. 109If BUFFER is nil, use the current buffer.
110If BUFFER is a string and no such buffer exists, create it. 110If BUFFER is a string and no such buffer exists, create it.