From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaMacro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/classTQextScintillaMacro.html') diff --git a/doc/en/classTQextScintillaMacro.html b/doc/en/classTQextScintillaMacro.html index 2c1b2f6..c33165e 100644 --- a/doc/en/classTQextScintillaMacro.html +++ b/doc/en/classTQextScintillaMacro.html @@ -171,7 +171,7 @@ Clear the contents of the macro.

-Load the macro from the printable ASCII representation asc. Returns TRUE if there was no error.

+Load the macro from the printable ASCII representation asc. Returns true if there was no error.

See also:
save()
-- cgit v1.2.3