NEWS
changeset 62678 843ff6f1de38
parent 62671 a9ee1f240b81
child 62693 0ae225877b68
--- a/NEWS	Fri Mar 18 22:19:46 2016 +0100
+++ b/NEWS	Sat Mar 19 16:53:09 2016 +0100
@@ -66,8 +66,8 @@
     * Printable characters are printed and parsed as "CHR ''\<dots>''"
       (as before).
     * The ASCII zero character is printed and parsed as "0".
-    * All other canonical characters are printed as "CHAR 0xXX"
-      with XX being the hexadecimal character code.  "CHAR n"
+    * All other canonical characters are printed as "CHR 0xXX"
+      with XX being the hexadecimal character code.  "CHR n"
       is parsable for every numeral expression n.
     * Non-canonical characters have no special syntax and are
       printed as their logical representation.