[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 070d629: Fix doc string for xwidget-webkit-load-html
From: |
Po Lu |
Subject: |
master 070d629: Fix doc string for xwidget-webkit-load-html |
Date: |
Fri, 12 Nov 2021 01:17:03 -0500 (EST) |
branch: master
commit 070d6297ca468b197744c94df0c17fb09f47f67a
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Fix doc string for xwidget-webkit-load-html
* src/xwidget.c (Fxwidget_webkit_load_html): Fix doc string.
---
src/xwidget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xwidget.c b/src/xwidget.c
index 4d0bc44..02589ae 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 070d629: Fix doc string for xwidget-webkit-load-html,
Po Lu <=