diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml
index d7d60a96bf..3b75662c92 100644
--- a/language/control-structures/include.xml
+++ b/language/control-structures/include.xml
@@ -15,8 +15,8 @@
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
+ directory and the current working 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