emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99922: Fix last fix.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99922: Fix last fix.
Date: Sat, 10 Jul 2010 18:41:55 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99922
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-07-10 18:41:55 -0400
message:
  Fix last fix.
modified:
  lisp/simple.el
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-07-10 19:32:53 +0000
+++ b/lisp/simple.el    2010-07-10 22:41:55 +0000
@@ -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'."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]