Browse Source

Help: enable_language now documents the CheckLanguage module

Resolves #17409
Robert Maynard 8 years ago
parent
commit
e26015347a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Help/command/enable_language.rst

+ 2 - 1
Help/command/enable_language.rst

@@ -19,4 +19,5 @@ indirectly through link dependencies.  It is simplest to enable all
 needed languages in the top-level directory of a project.
 needed languages in the top-level directory of a project.
 
 
 The ``OPTIONAL`` keyword is a placeholder for future implementation and
 The ``OPTIONAL`` keyword is a placeholder for future implementation and
-does not currently work.
+does not currently work. Instead you can use the :module:`CheckLanguage`
+module to verify support before enabling.