]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 13:15:29 +0000 (13:15 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 13:15:29 +0000 (13:15 +0000)
etc/NEWS
lispref/ChangeLog

index b15024d9a28a8ec618d81513a8a27eb1415749fe..891412d675b48a62fd10ab02afc15d3af0307d46 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1173,6 +1173,11 @@ timing measurements of code (including the garbage collection component).
 \f
 * 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.
 
index 8f735ba3a9940a459360309e9ce6bbf55344640a..987ea5e44eaca4931d37ad10246d8f6fd2fbfff3 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-13  Kim F. Storm  <storm@cua.dk>
+
+       * objects.texi (Character Type): New \s escape for space.
+
 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
 
        * os.texi (System Environment): Added cygwin system-type.