org-compat.el (org-ignore-region): Tiny docstring fix

* org-compat.el (org-ignore-region): Tiny docstring fix.
This commit is contained in:
Bastien Guerry 2013-03-26 12:50:14 +01:00
parent 2c994218ea
commit 308f380ebc
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ ignored in this case."
;; Region compatibility
(defvar org-ignore-region nil
"To temporarily disable the active region.")
"Non-nil means temporarily disable the active region.")
(defun org-region-active-p ()
"Is `transient-mark-mode' on and the region active?