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.
This commit is contained in:
@@ -7602,15 +7602,7 @@ This function causes the browser widget specified by @var{xwidget} to
|
|||||||
execute the specified JavaScript @code{script}.
|
execute the specified JavaScript @code{script}.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@defun xwidget-webkit-execute-script-rv xwidget script &optional default
|
@defun xwidget-webkit-title xwidget
|
||||||
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
|
|
||||||
This function returns the title of @var{xwidget} as a string.
|
This function returns the title of @var{xwidget} as a string.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user