0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

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

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?