]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't document deleted xwidget functions
authorStefan Kangas <stefankangas@gmail.com>
Sat, 22 Feb 2025 03:16:21 +0000 (04:16 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:47:22 +0000 (21:47 +0100)
* 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.

(cherry picked from commit 3c9b1c3cd18f42dd0cced43b0f1d4c2df9e5cc2d)

doc/lispref/display.texi

index 85f9b1ffc01ed6a5784e4f5b123cdfbdc9f0f0a5..7a43e904f98067f29313edb5571a05bdf4266240 100644 (file)
@@ -7630,15 +7630,7 @@ This function causes the browser widget specified by @var{xwidget} to
 execute the specified JavaScript @code{script}.
 @end defun
 
-@defun xwidget-webkit-execute-script-rv xwidget script &optional default
-This function executes the specified @var{script} like
-@code{xwidget-webkit-execute-script} does, but it also returns the
-script's return value as a string.  If @var{script} doesn't return a
-value, this function returns @var{default}, or @code{nil} if
-@var{default} was omitted.
-@end defun
-
-@defun xwidget-webkit-get-title xwidget
+@defun xwidget-webkit-title xwidget
 This function returns the title of @var{xwidget} as a string.
 @end defun