Преглед изворни кода

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?