Explorar el Código

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

* org-compat.el (org-ignore-region): Tiny docstring fix.
Bastien Guerry hace 12 años
padre
commit
308f380ebc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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?