From affe0868aa704f19aa624a4819c82876d13a46a2 Mon Sep 17 00:00:00 2001 From: Guillaume Riou Date: Fri, 27 Mar 2026 13:11:32 -0400 Subject: [PATCH] add a description to the return value of undo and redo --- doc/classes/UndoRedo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index c5651c1e6c..3cd38bef67 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -241,7 +241,7 @@ - Redo the last action. + Redo the last action. Returns [code]false[/code] if there was no action to redo. @@ -253,7 +253,7 @@ - Undo the last action. + Undo the last action. Returns [code]false[/code] if there was no action to undo.