diff etc/NEWS @ 58351:b44e06d9996c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 2004 14:18:59 +0000
parents a945a6396351
children 726c49e05ed9
line wrap: on
line diff
--- a/etc/NEWS	Sat Nov 20 14:09:10 2004 +0000
+++ b/etc/NEWS	Sat Nov 20 14:18:59 2004 +0000
@@ -98,15 +98,6 @@
 
 * Changes in Emacs 21.4
 
-+++
-** The new variable search-whitespace-regexp controls how to search
-for spaces in a regular expression.  If it is non-nil, it should be a
-regular expression, and any series of spaces stands for that regular
-expression.  If it is nil, spaces stand for themselves.
-
-Spaces inside of constructs such as [..] and *, +, ? are never
-replaced with search-whitespace-regexp.
-
 ** line-move-ignore-invisible now defaults to t.
 
 ** In Outline mode, hide-body no longer hides lines at the top
@@ -2344,6 +2335,15 @@
 
 * Lisp Changes in Emacs 21.4
 
++++
+** The new variable search-spaces-regexp controls how to search
+for spaces in a regular expression.  If it is non-nil, it should be a
+regular expression, and any series of spaces stands for that regular
+expression.  If it is nil, spaces stand for themselves.
+
+Spaces inside of constructs such as [..] and *, +, ? are never
+replaced with search-spaces-regexp.
+
 ---
 ** list-buffers-noselect now takes an additional argument, BUFFER-LIST.
 If it is non-nil, it specifies which buffers to list.