STYLE: document that if(COMMAND) works also for macros and functions

Alex
This commit is contained in:
Alexander Neundorf 2008-02-10 17:19:10 -05:00
parent fd2a6a8693
commit 52a0538719
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ public:
" if(variable1 OR variable2)\n" " if(variable1 OR variable2)\n"
"True if either variable would be considered true individually.\n" "True if either variable would be considered true individually.\n"
" if(COMMAND command-name)\n" " if(COMMAND command-name)\n"
"True if the given name is a command that can be invoked.\n" "True if the given name is a command, macro or function that can be "
"invoked.\n"
" if(EXISTS file-name)\n" " if(EXISTS file-name)\n"
" if(EXISTS directory-name)\n" " if(EXISTS directory-name)\n"
"True if the named file or directory exists. " "True if the named file or directory exists. "