summaryrefslogtreecommitdiff
path: root/Help/policy
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-01 08:57:30 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-01 08:57:30 -0500
commit8b5591f93ed85c6f84f2b4c076be98c57b871d1c (patch)
tree2030230ae3858f72e8e84e8af63eaf320ef9aece /Help/policy
parent22b72b189400c1a50030b59c378ebb68460ac7db (diff)
parent191d2b209bbd875bc0885a8a413dc340ab5e01b4 (diff)
downloadcmake-8b5591f93ed85c6f84f2b4c076be98c57b871d1c.tar.gz
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.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