diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 2 |
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 | ||
| 105 | DEFUN ("make-xwidget", | 105 | DEFUN ("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. |
| 109 | If BUFFER is nil, use the current buffer. | 109 | If BUFFER is nil, use the current buffer. |
| 110 | If BUFFER is a string and no such buffer exists, create it. | 110 | If BUFFER is a string and no such buffer exists, create it. |