STYLE: fix the docs

This commit is contained in:
Ken Martin 2005-05-24 15:36:11 -04:00
parent baeeb40823
commit 89495847cf
1 changed files with 2 additions and 4 deletions

View File

@ -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"