aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2025-02-22 04:16:21 +0100
committerStefan Kangas2025-02-23 20:47:34 +0100
commit3c9b1c3cd18f42dd0cced43b0f1d4c2df9e5cc2d (patch)
tree42ca072bc3587641fbc38fa411adf0c78d800d7e
parent9e9b78dda94fb1fe0b68f23fc004f87a94e633b5 (diff)
downloademacs-3c9b1c3cd18f42dd0cced43b0f1d4c2df9e5cc2d.tar.gz
emacs-3c9b1c3cd18f42dd0cced43b0f1d4c2df9e5cc2d.zip
Don't document deleted xwidget functions
* doc/lispref/display.texi (Xwidgets): Don't document deleted function xwidget-webkit-execute-script-rv. Fix name of deleted and then re-added function xwidget-webkit-title.
-rw-r--r--doc/lispref/display.texi10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index c13c908d3f8..e896b8198af 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -7602,15 +7602,7 @@ This function causes the browser widget specified by @var{xwidget} to
7602execute the specified JavaScript @code{script}. 7602execute the specified JavaScript @code{script}.
7603@end defun 7603@end defun
7604 7604
7605@defun xwidget-webkit-execute-script-rv xwidget script &optional default 7605@defun xwidget-webkit-title xwidget
7606This function executes the specified @var{script} like
7607@code{xwidget-webkit-execute-script} does, but it also returns the
7608script's return value as a string. If @var{script} doesn't return a
7609value, this function returns @var{default}, or @code{nil} if
7610@var{default} was omitted.
7611@end defun
7612
7613@defun xwidget-webkit-get-title xwidget
7614This function returns the title of @var{xwidget} as a string. 7606This function returns the title of @var{xwidget} as a string.
7615@end defun 7607@end defun
7616 7608