]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pgtkfns.c (Fx_gtk_launch_uri): Improve docstring.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Apr 2025 21:51:26 +0000 (23:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 18 Apr 2025 06:47:03 +0000 (08:47 +0200)
(cherry picked from commit b05da1c3fc611417ace0af3860a93fb878f72f4d)

src/pgtkfns.c

index e979b84d2e63ff23dd6bfac5a9e333400025b3f8..ae97c1093d3daf626f89d8cd6a671b426dbb8dee 100644 (file)
@@ -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);