diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index e88856f2bead..7e5e4fc27675 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -1040,6 +1040,7 @@
Persisting connections are stored when the object is serialized (such as when using [method PackedScene.pack]). In the editor, connections created through the Node dock are always persisting.
+ [b]Note:[/b] Connections to lambda functions (i.e. when the function code is embedded in the [method connect] call) cannot be made persistent.
One-shot connections disconnect themselves after emission.