diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 13:49:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-01 13:49:08 (GMT) |
commit | bde103afe05cfc270c1d81d8cdccf74023088e3e (patch) | |
tree | db8258a76627b4f09ce430774ba8c63e8802302c /Help | |
parent | d7e4bd34e0de0bbb2d61f2183ec3b6b31c016f12 (diff) | |
parent | 191d2b209bbd875bc0885a8a413dc340ab5e01b4 (diff) | |
download | CMake-bde103afe05cfc270c1d81d8cdccf74023088e3e.zip CMake-bde103afe05cfc270c1d81d8cdccf74023088e3e.tar.gz CMake-bde103afe05cfc270c1d81d8cdccf74023088e3e.tar.bz2 |
Merge branch 'doc-CMP0053-dedup-char' into release
Diffstat (limited to 'Help')
-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 |