]> git.eshelyaron.com Git - emacs.git/commitdiff
simple.el (region-active-p): Fix doc to say non-nil.
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 25 Feb 2015 01:50:44 +0000 (22:50 -0300)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 25 Feb 2015 01:51:15 +0000 (22:51 -0300)
lisp/ChangeLog
lisp/simple.el

index b152a752115b9523cff8143ee990f076d228b634..76f9eb401946c61309bb8c44af7d82f8f7c54249 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-25  Artur Malabarba  <bruce.connor.am@gmail.com>
+
+       * simple.el (region-active-p): Fix doc to say non-nil.
+
 2015-02-24  Samer Masterson  <nosefrog@gmail.com>
 
        * eshell/em-hist.el (eshell-hist-parse-word-designator):
index b78286dc83b43d5edf929ed7ddd27cea6519f064..2f09042d817e08aadc19c855d5ca1be0d12f48c1 100644 (file)
@@ -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