]> code.delx.au - gnu-emacs/blobdiff - lisp/xwidget.el
Spelling fixes
[gnu-emacs] / lisp / xwidget.el
index f184eb31dbbe9033af621d1d7fe86dc2e672d260..ebd79f246a1d3fc338334cd11d937b3d57b06e12 100644 (file)
@@ -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