summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2014-11-29 19:30:05 +0100
committerBrad King <brad.king@kitware.com>2014-12-01 08:32:51 -0500
commit191d2b209bbd875bc0885a8a413dc340ab5e01b4 (patch)
tree8a3af98968d4f982d4b738481a270844f24126c8
parentd2f2a2e226a8717d6fdb6df0ed4858d1629f557c (diff)
downloadcmake-191d2b209bbd875bc0885a8a413dc340ab5e01b4.tar.gz
Help: Remove duplicate '#' in CMP0053 valid character list
-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