summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-26 12:50:14 +0100
committerBastien Guerry <bzg@altern.org>2013-03-26 12:50:14 +0100
commit308f380ebc95c1b9ee03819583c762285cbc4d86 (patch)
tree9d50907924546a9cfe98f2ef54edd51f10f27bc6
parent2c994218ea67ced426f03d0a851eeec81f112dbc (diff)
downloadorg-mode-308f380ebc95c1b9ee03819583c762285cbc4d86.tar.gz
org-compat.el (org-ignore-region): Tiny docstring fix
* org-compat.el (org-ignore-region): Tiny docstring fix.
-rw-r--r--lisp/org-compat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index a0c9fd2..bd81f68 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -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?