From: Stefan Kangas Date: Thu, 17 Apr 2025 21:51:26 +0000 (+0200) Subject: * src/pgtkfns.c (Fx_gtk_launch_uri): Improve docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aed092a4fdd96f58cbfb270cf350005cee2e66a3;p=emacs.git * src/pgtkfns.c (Fx_gtk_launch_uri): Improve docstring. (cherry picked from commit b05da1c3fc611417ace0af3860a93fb878f72f4d) --- diff --git a/src/pgtkfns.c b/src/pgtkfns.c index e979b84d2e6..ae97c1093d3 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c @@ -3705,7 +3705,9 @@ unwind_gerror_ptr (void* data) } DEFUN ("x-gtk-launch-uri", Fx_gtk_launch_uri, Sx_gtk_launch_uri, 2, 2, 0, - doc: /* launch URI */) + doc: /* Tell GTK to launch the default application to show given URI. + +This function is only available on PGTK. */) (Lisp_Object frame, Lisp_Object uri) { CHECK_FRAME (frame);