diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 13:57:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-01 13:57:30 (GMT) |
commit | 8b5591f93ed85c6f84f2b4c076be98c57b871d1c (patch) | |
tree | 2030230ae3858f72e8e84e8af63eaf320ef9aece /Help/policy | |
parent | 22b72b189400c1a50030b59c378ebb68460ac7db (diff) | |
parent | 191d2b209bbd875bc0885a8a413dc340ab5e01b4 (diff) | |
download | CMake-8b5591f93ed85c6f84f2b4c076be98c57b871d1c.zip CMake-8b5591f93ed85c6f84f2b4c076be98c57b871d1c.tar.gz CMake-8b5591f93ed85c6f84f2b4c076be98c57b871d1c.tar.bz2 |
Merge topic 'doc-CMP0053-dedup-char'
191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0053.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0053.rst b/Help/policy/CMP0053.rst index fac430e..bb0ff8b 100644 --- a/Help/policy/CMP0053.rst +++ b/Help/policy/CMP0053.rst @@ -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 |