diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml
index 80aad9d30d1..d8d6f4fd211 100644
--- a/doc/classes/Script.xml
+++ b/doc/classes/Script.xml
@@ -74,18 +74,21 @@
Returns the list of methods in this [Script].
+ [b]Note:[/b] The dictionaries returned by this method are formatted identically to those returned by [method Object.get_method_list].
Returns the list of properties in this [Script].
+ [b]Note:[/b] The dictionaries returned by this method are formatted identically to those returned by [method Object.get_property_list].
Returns the list of user signals defined in this [Script].
+ [b]Note:[/b] The dictionaries returned by this method are formatted identically to those returned by [method Object.get_signal_list].