diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 9a96bb53be..d7d60a96bf 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -11,12 +11,15 @@ The documentation below also applies to require. - Files are included based on the file path given or, if none is given, the - include_path specified. The - include construct will emit a - warning if it - cannot find a file; this is different behavior from require, - which will emit a + Files are included based on the file path given or, if none is given, the + include_path specified. If the file + isn't found in the include_path, + include will finally check in the calling script's own + directory before failing. The include construct will + emit a + warning if + it cannot find a file; this is different behavior from + require, which will emit a fatal error.