emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 341e5f3: simple.el (region-active-p): Fix doc to sa


From: Artur Malabarba
Subject: [Emacs-diffs] master 341e5f3: simple.el (region-active-p): Fix doc to say non-nil.
Date: Tue, 24 Feb 2015 22:51:39 +0000

branch: master
commit 341e5f3c867f25c33a18dfe3e2ed369e6fb58c66
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    simple.el (region-active-p): Fix doc to say non-nil.
---
 lisp/ChangeLog |    4 ++++
 lisp/simple.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b152a75..76f9eb4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-25  Artur Malabarba  <address@hidden>
+
+       * simple.el (region-active-p): Fix doc to say non-nil.
+
 2015-02-24  Samer Masterson  <address@hidden>
 
        * eshell/em-hist.el (eshell-hist-parse-word-designator):
diff --git a/lisp/simple.el b/lisp/simple.el
index b78286d..2f09042 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4865,7 +4865,7 @@ For some commands, it may be appropriate to ignore the 
value of
        (or use-empty-active-region (> (region-end) (region-beginning)))))
 
 (defun region-active-p ()
-  "Return t if Transient Mark mode is enabled and the mark is active.
+  "Return non-nil if Transient Mark mode is enabled and the mark is active.
 
 Some commands act specially on the region when Transient Mark
 mode is enabled.  Usually, such commands should use



reply via email to

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