diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
index 17687262fd..63d314d555 100644
--- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
@@ -17,7 +17,11 @@ the Help menu. All parts of the dialog are optional.
About dialog often contain links and email addresses. #GtkAboutDialog
supports this by offering global hooks, which are called when the user
clicks on a link or email address, see gtk_about_dialog_set_email_hook()
-and gtk_about_dialog_set_url_hook().
+and gtk_about_dialog_set_url_hook(). Email addresses in the
+authors, documenters and artists properties are recognized by looking for
+<user@host>, URLs are recognized by looking for
+http://url, with url extending to
+the next space, tab or line break.
To make constructing a #GtkAboutDialog as convenient as possible, you can