summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xwidget.el')
-rw-r--r--lisp/xwidget.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index f184eb31dbb..ebd79f246a1 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -491,7 +491,7 @@ Argument H height."
(defun xwidget-webkit-execute-script-rv (xw script &optional default)
"Same as 'xwidget-webkit-execute-script' but but with return value.
XW is the webkit instance. SCRIPT is the script to execute.
-DEFAULT is the defaultreturn value."
+DEFAULT is the default return value."
;; Notice the ugly "title" hack. It is needed because the Webkit
;; API at the time of writing didn't support returning values. This
;; is a wrapper for the title hack so it's easy to remove should