summaryrefslogtreecommitdiff
path: root/SCons/Environment.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-02-05 12:26:28 -0700
committerMats Wichmann <mats@linux.com>2022-02-05 12:33:27 -0700
commitbf778b2637ed12c6a7d456a4ffb7f9ad40bdcc97 (patch)
tree0dfbd1f744472b486ffbf20cb1ce28efb0a27df4 /SCons/Environment.xml
parent71052a843d30210c77de621afe482baa0dd491da (diff)
downloadscons-git-bf778b2637ed12c6a7d456a4ffb7f9ad40bdcc97.tar.gz
Docs: Fix a typo and use more entities [skip appveyor]
Fixes #4096 (thanks to @Vishwajith-K for reporting) Changed references in this file to use &consvar; and &consenv; entities. + Use the entity for PATH as well. + Update the entity reference for DUMP. Also fix unrelated missing-entity referring to SConscriptChdir method. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Environment.xml')
-rw-r--r--SCons/Environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index e10aef3d7..f471866dc 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -2882,7 +2882,7 @@ when all the directories in which SConscript files may be found
don't necessarily exist locally.)
You may enable and disable
this ability by calling
-SConscriptChdir()
+&f-SConscriptChdir;
multiple times.
</para>