changeset 109324:4773a5d3ff67

Fix last fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 10 Jul 2010 18:41:55 -0400
parents 3453c9fcaa97
children d916e52744cb
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Jul 10 15:32:53 2010 -0400
+++ b/lisp/simple.el	Sat Jul 10 18:41:55 2010 -0400
@@ -3630,9 +3630,8 @@
 Transient Mark mode.
 
 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.
+mark is active; furthermore, if `use-empty-active-region' is 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
 `use-empty-active-region'; in that case, use `region-active-p'."