aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS19
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3cf023df4b9..a49b67ff7f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3463,25 +3463,6 @@ display tables.
3463* Lisp Changes in Emacs 22.1 3463* Lisp Changes in Emacs 22.1
3464 3464
3465** General Lisp changes: 3465** General Lisp changes:
3466*** New syntax: \s now stands for the SPACE character.
3467
3468`?\s' is a new way to write the space character. You must make sure
3469it is not followed by a dash, since `?\s-...' indicates the "super"
3470modifier. However, it would be strange to write a character constant
3471and a following symbol (beginning with `-') with no space between
3472them.
3473
3474`\s' stands for space in strings, too, but it is not really meant for
3475strings; it is easier and nicer just to write a space.
3476
3477*** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex.
3478
3479For instance, you can use "\u0428" to specify a string consisting of
3480CYRILLIC CAPITAL LETTER SHA, or `"U0001D6E2" to specify one consisting
3481of MATHEMATICAL ITALIC CAPITAL ALPHA (the latter is greater than
3482#xFFFF and thus needs the longer syntax).
3483
3484This syntax works for both character constants and strings.
3485 3466
3486*** New syntax: \s now stands for the SPACE character. 3467*** New syntax: \s now stands for the SPACE character.
3487 3468