# HG changeset patch # User Chong Yidong # Date 1278801715 14400 # Node ID 4773a5d3ff67e3f5985a4999bd177d03cbc33bbe # Parent 3453c9fcaa97d9de78e12af0f7d766366ed4f46e Fix last fix. diff -r 3453c9fcaa97 -r 4773a5d3ff67 lisp/simple.el --- 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'."