1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

ARGUMENTS in Fmake_xwidget is optional

* src/xwidget.c (Fmake_xwidget): The ARGUMENTS argument isn't
mandatory.
This commit is contained in:
Lars Ingebrigtsen 2021-11-09 05:51:37 +01:00
parent 272693c6fd
commit a097303ebb

View file

@ -104,7 +104,7 @@ static void mouse_target_changed (WebKitWebView *, WebKitHitTestResult *, guint,
DEFUN ("make-xwidget",
Fmake_xwidget, Smake_xwidget,
5, 7, 0,
4, 7, 0,
doc: /* Make an xwidget of TYPE.
If BUFFER is nil, use the current buffer.
If BUFFER is a string and no such buffer exists, create it.