浏览代码

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

* org-compat.el (org-ignore-region): Tiny docstring fix.
Bastien Guerry 12 年之前
父节点
当前提交
308f380ebc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-compat.el

+ 1 - 1
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?