emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Tue, 21 Oct 2008 17:01:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/10/21 17:01:53

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.949
retrieving revision 1.950
diff -u -b -r1.949 -r1.950
--- simple.el   20 Oct 2008 23:12:44 -0000      1.949
+++ simple.el   21 Oct 2008 17:01:53 -0000      1.950
@@ -3515,9 +3515,9 @@
 
 (defun region-active-p ()
   "Return t if Transient Mark mode is enabled and the mark is active.
-This is NOT the best function to use to test whether a command should
-operate on the region instead of the usual behavior -- for that,
-use `use-region-p'."
+To test whether a command should operate on the region instead of
+the usual behavior, use `use-region-p' instead.  That returns nil
+for empty regions when `use-empty-active-region' is nil."
   (and transient-mark-mode mark-active))
 
 (defvar mark-ring nil




reply via email to

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