diff --git a/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki b/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki
index 15a43ff8..4856fcc8 100644
--- a/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki
+++ b/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki
@@ -28,9 +28,9 @@ In versions as late as 6.6, there is a [[EiffelCOM Wizard Guided Tour|restrictio
You can do it in either of two different ways.
-You can manually edit the registry key HKLM\Software\ISE\EiffelNN and change the value of the ISE_C_COMPILER string key to either `msc` or `mingw` depending upon the effect you desire.
+You can manually edit the registry key HKLM\Software\ISE\EiffelNN and change the value of the ISE_C_COMPILER string key to either `msc` (`msc_vc140`) or `mingw` depending upon the effect you desire.
-Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` or `mingw`.
+Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` (`msc_vc140`) or `mingw`.