simple.el (region-active-p): Fix doc to say non-nil.

This commit is contained in:
Artur Malabarba
2015-02-24 22:50:44 -03:00
parent 450bebaec9
commit 341e5f3c86
2 changed files with 5 additions and 1 deletions

View 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):

View 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