simple.el (region-active-p): Fix doc to say non-nil.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user