# HG changeset patch
# User Chong Yidong <cyd@stupidchicken.com>
# Date 1278790373 14400
# Node ID 3453c9fcaa97d9de78e12af0f7d766366ed4f46e
# Parent  d7201a19a376a2b6d1e4e04967b4b3e98299a229
* simple.el (use-region-p): Doc fix (Bug#6607).

diff -r d7201a19a376 -r 3453c9fcaa97 lisp/ChangeLog
--- a/lisp/ChangeLog	Sat Jul 10 13:58:29 2010 -0400
+++ b/lisp/ChangeLog	Sat Jul 10 15:32:53 2010 -0400
@@ -1,3 +1,7 @@
+2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+	* simple.el (use-region-p): Doc fix (Bug#6607).
+
 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
 
 	* progmodes/python.el (python-font-lock-keywords): Add Python 2.7
diff -r d7201a19a376 -r 3453c9fcaa97 lisp/simple.el
--- a/lisp/simple.el	Sat Jul 10 13:58:29 2010 -0400
+++ b/lisp/simple.el	Sat Jul 10 15:32:53 2010 -0400
@@ -3629,9 +3629,9 @@
 This is used by commands that act specially on the region under
 Transient Mark mode.
 
-The return value is t provided Transient Mark mode is enabled and
-the mark is active; and, when `use-empty-active-region' is
-non-nil, provided the region is empty.  Otherwise, the return
+The return value is t if Transient Mark mode is enabled and the
+mark is active; furthermore, if `use-empty-active-region' is
+non-nil, the region must not be empty.  Otherwise, the return
 value is nil.
 
 For some commands, it may be appropriate to ignore the value of