summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-01 08:49:08 -0500
committerBrad King <brad.king@kitware.com>2014-12-01 08:49:08 -0500
commitbde103afe05cfc270c1d81d8cdccf74023088e3e (patch)
treedb8258a76627b4f09ce430774ba8c63e8802302c
parentd7e4bd34e0de0bbb2d61f2183ec3b6b31c016f12 (diff)
parent191d2b209bbd875bc0885a8a413dc340ab5e01b4 (diff)
downloadcmake-bde103afe05cfc270c1d81d8cdccf74023088e3e.tar.gz
Merge branch 'doc-CMP0053-dedup-char' into release
-rw-r--r--Help/policy/CMP0053.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0053.rst b/Help/policy/CMP0053.rst
index fac430e6e4..bb0ff8b41d 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