Merge pull request #2563 from jeremy-w/patch-2

Unescape '\' in list of non–user-definable symbols
This commit is contained in:
Jan de Muijnck-Hughes 2015-08-31 08:08:20 +01:00
commit fea108a4b5

View File

@ -107,7 +107,7 @@ symbols:
Some operators built from these symbols can't be user defined. These are
``:``, ``=>``, ``->``, ``<-``, ``=``, ``?=``, ``|``, ``**``,
``==>``, ``\\``, ``%``, ``~``, ``?``, and ``!``.
``==>``, ``\``, ``%``, ``~``, ``?``, and ``!``.
Functions
=========