summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-24 22:50:44 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-24 22:51:15 -0300
commit341e5f3c867f25c33a18dfe3e2ed369e6fb58c66 (patch)
tree49975d045aa9e33ef90fdf754795a08d76255ae7 /lisp/simple.el
parent450bebaec94611f0958e13e35faf494e17931f8e (diff)
simple.el (region-active-p): Fix doc to say non-nil.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index b78286dc83b..2f09042d817 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