]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string for xwidget-webkit-load-html
authorPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 06:16:31 +0000 (14:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 12 Nov 2021 06:16:31 +0000 (14:16 +0800)
* src/xwidget.c (Fxwidget_webkit_load_html): Fix doc string.

src/xwidget.c

index 4d0bc44a153303cf226b1040f047570649cd8586..02589ae1927ffc0968a8a8f5495b7900de725842 100644 (file)
@@ -2325,7 +2325,7 @@ DEFUN ("xwidget-webkit-load-html", Fxwidget_webkit_load_html,
        doc: /* Make XWIDGET's WebKit widget render TEXT.
 XWIDGET should be a WebKit xwidget, that will receive TEXT.  TEXT
 should be a string that will be displayed by XWIDGET as HTML markup.
-BASE_URI should be a string containing a URI that is used to locate
+BASE-URI should be a string containing a URI that is used to locate
 resources with relative URLs, and if not specified, defaults
 to "about:blank".  */)
   (Lisp_Object xwidget, Lisp_Object text, Lisp_Object base_uri)