Merge topic 'doc-CMP0053-dedup-char'

191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list
This commit is contained in:
Brad King 2014-12-01 08:57:30 -05:00 committed by CMake Topic Stage
commit 8b5591f93e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ cleaned up to simplify the behavior. Specifically:
so improper variable reference syntax is always an error.
* More characters are allowed to be escaped in variable names.
Previously, only ``()#" \#@^`` were valid characters to
Previously, only ``()#" \@^`` were valid characters to
escape. Now any non-alphanumeric, non-semicolon, non-NUL
character may be escaped following the ``escape_identity``
production in the :ref:`Escape Sequences` section of the