1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00

; * src/xwidget.c (xwidget-webkit-disable-javascript): Doc fix.

This commit is contained in:
Eli Zaretskii 2024-03-15 10:29:06 +02:00
parent ffbf876a93
commit ebd32040e0

View file

@ -3974,9 +3974,10 @@ syms_of_xwidget (void)
Vxwidget_view_list = Qnil;
DEFVAR_BOOL ("xwidget-webkit-disable-javascript", xwidget_webkit_disable_javascript,
doc: /* If non-nil, disable execution of JavaScript in WebKit widgets.
doc: /* If non-nil, disable execution of JavaScript in xwidget WebKit widgets.
Modifications to this setting do not take effect in existing WebKit
widgets. */);
widgets; kill all xwidget-webkit buffers for changes in this setting
to take effect. */);
xwidget_webkit_disable_javascript = false;
Fprovide (intern ("xwidget-internal"), Qnil);