From 89495847cf92c2a5956229210e60526f43232ecf Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 24 May 2005 15:36:11 -0400 Subject: STYLE: fix the docs --- Source/cmIfCommand.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 44d8558..86a6d21 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -117,11 +117,9 @@ public: " IF(NOT variable)\n" "True if the variable's value is empty, 0, FALSE, OFF, or NOTFOUND.\n" " IF(variable1 AND variable2)\n" - "True if both variables would be considered true individually. Only " - "one AND is allowed to keep expressions short.\n" + "True if both variables would be considered true individually.\n" " IF(variable1 OR variable2)\n" - "True if either variable would be considered true individually. Only " - "one OR is allowed to keep expressions short.\n" + "True if either variable would be considered true individually.\n" " IF(COMMAND command-name)\n" "True if the given name is a command that can be invoked.\n" " IF(EXISTS file-name)\n" -- cgit v0.12