diff etc/NEWS @ 87409:0c8af1419a88

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Dec 2007 23:00:07 +0000
parents cbfdfafa4e9d
children e20256c22bdc 56a72e2bd635
line wrap: on
line diff
--- a/etc/NEWS	Tue Dec 25 22:58:58 2007 +0000
+++ b/etc/NEWS	Tue Dec 25 23:00:07 2007 +0000
@@ -450,9 +450,14 @@
 ** `frame-inherited-parameters' lets new frames inherit parameters from
 the selected frame.
 
-** Commands should use `region-active-p' to test whether there is
+** Commands should use `use-region-p' to test whether there is
 an active region that they should operate on.
 
+** `region-active-p' returns non-nil when Transient Mark mode
+is enabled and there is an active region.  This is NOT the best function
+to use to test whether a command should operate on the region instead
+of the usual behavior -- for that, use `use-region-p'.
+
 ** New keymap `input-decode-map' overrides like key-translation-map, but
 applies before function-key-map.  Also it is terminal-local contrary to
 key-translation-map.  Terminal-specific key-sequences are generally added to