From 308f380ebc95c1b9ee03819583c762285cbc4d86 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 26 Mar 2013 12:50:14 +0100 Subject: [PATCH] org-compat.el (org-ignore-region): Tiny docstring fix * org-compat.el (org-ignore-region): Tiny docstring fix. --- lisp/org-compat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-compat.el b/lisp/org-compat.el index a0c9fd21f..bd81f6815 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? -- 2.11.4.GIT