aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-07-10 18:41:55 -0400
committerChong Yidong2010-07-10 18:41:55 -0400
commite5b826aed0216b8ba77ee8c745e87434223851f2 (patch)
tree7696749ee8f0e9148f788142723227d537917c08
parentc876b2638b4d63358801ba9f12bc034fc0799bd3 (diff)
downloademacs-e5b826aed0216b8ba77ee8c745e87434223851f2.tar.gz
emacs-e5b826aed0216b8ba77ee8c745e87434223851f2.zip
Fix last fix.
-rw-r--r--lisp/simple.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 89b33e9e4eb..7f4bc3bc87b 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3630,9 +3630,8 @@ This is used by commands that act specially on the region under
3630Transient Mark mode. 3630Transient Mark mode.
3631 3631
3632The return value is t if Transient Mark mode is enabled and the 3632The return value is t if Transient Mark mode is enabled and the
3633mark is active; furthermore, if `use-empty-active-region' is 3633mark is active; furthermore, if `use-empty-active-region' is nil,
3634non-nil, the region must not be empty. Otherwise, the return 3634the region must not be empty. Otherwise, the return value is nil.
3635value is nil.
3636 3635
3637For some commands, it may be appropriate to ignore the value of 3636For some commands, it may be appropriate to ignore the value of
3638`use-empty-active-region'; in that case, use `region-active-p'." 3637`use-empty-active-region'; in that case, use `region-active-p'."