diff etc/NEWS @ 49766:d0dedef2274e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 13 Feb 2003 13:15:29 +0000
parents 0f9474583892
children 8cdcf1a04744 d7ddb3e565de
line wrap: on
line diff
--- a/etc/NEWS	Thu Feb 13 12:44:57 2003 +0000
+++ b/etc/NEWS	Thu Feb 13 13:15:29 2003 +0000
@@ -1173,6 +1173,11 @@
 
 * Lisp Changes in Emacs 21.4
 
+** The escape sequence \s is now interpreted as a SPACE character, 
+unless it is followed by a `-' in a character constant (e.g. ?\s-A),
+in which case it is still interpreted as the super modifier.
+In strings, \s is always interpreted as a space.
+
 ** New function `set-process-filter-multibyte' sets the multibyteness
 of a string given to a process's filter.