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:
parent
ffbf876a93
commit
ebd32040e0
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue