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:
parent
272693c6fd
commit
a097303ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue