diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 8a175cef..10738b45 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -8,7 +8,7 @@ These commands are similar to the C preprocessor in terms of purpose and functio \c file -This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See !addincludedir for more information. +This command will include 'file' as if it was part of the original script. Note that if a file is included in another directory, the current directory is still where the script was compiled from (not where the included file resides). If the compiler can't find the file it will look for it in every include directory. See \R{addincludedir}{!addincludedir} for more information. \c !include WinMessages.nsh \c !include Library.nsh