Procházet zdrojové kódy

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

* org-compat.el (org-ignore-region): Tiny docstring fix.
Bastien Guerry před 12 roky
rodič
revize
308f380ebc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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?