diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 9fc3c4fdf2..7602d7228a 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -6261,11 +6261,12 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* and to useful debugging tools.
*
* This function allows applications that already use
- * Ctrl+Shift+I (or D) for their
- * own key shortcuts to add a different shortcut. If you are not overriding
- * the default key shortcuts for the inspector, you should not be calling this
- * function. For instance, adding a menu item to call this function isn’t
- * recommended: the Inspector is a debugging and development tool.
+ * Ctrl+Shift+I
+ * (or Ctrl+Shift+D)
+ * for their own key shortcuts to add a different shortcut to open the Inspector.
+ *
+ * If you are not overriding the default key shortcuts for the Inspector,
+ * you should not use this function.
*/
void
gtk_window_set_interactive_debugging (gboolean enable)