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 r99921: * simple.el (use-region-p)


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99921: * simple.el (use-region-p): Doc fix (Bug#6607).
Date: Sat, 10 Jul 2010 15:32:53 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99921
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-07-10 15:32:53 -0400
message:
  * simple.el (use-region-p): Doc fix (Bug#6607).
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-07 04:46:58 +0000
+++ b/lisp/ChangeLog    2010-07-10 19:32:53 +0000
@@ -1,3 +1,7 @@
+2010-07-10  Chong Yidong  <address@hidden>
+
+       * simple.el (use-region-p): Doc fix (Bug#6607).
+
 2010-07-07  Christoph Scholtes  <address@hidden>
 
        * progmodes/python.el (python-font-lock-keywords): Add Python 2.7

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-06-23 03:07:20 +0000
+++ b/lisp/simple.el    2010-07-10 19:32:53 +0000
@@ -3629,9 +3629,9 @@
 This is used by commands that act specially on the region under
 Transient Mark mode.
 
-The return value is t provided Transient Mark mode is enabled and
-the mark is active; and, when `use-empty-active-region' is
-non-nil, provided the region is empty.  Otherwise, the return
+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.
 
 For some commands, it may be appropriate to ignore the value of


reply via email to

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