]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 10 Jul 2010 22:41:55 +0000 (18:41 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 10 Jul 2010 22:41:55 +0000 (18:41 -0400)
lisp/simple.el

index 89b33e9e4ebf01663b8021ed88784f081a5a242a..7f4bc3bc87ba9ecb4c405482ce139e240c6e5b9a 100644 (file)
@@ -3630,9 +3630,8 @@ This is used by commands that act specially on the region under
 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'."