ソースを参照

org-element.el/org-element--cache-self-verify: Update docstring

* lisp/org-element.el (org-element--cache-self-verify): Mention
`org-element--cache-self-verify-frequency' in the docstring.
Ihor Radchenko 3 年 前
コミット
994cad9fed
1 ファイル変更3 行追加2 行削除
  1. 3 2
      lisp/org-element.el

+ 3 - 2
lisp/org-element.el

@@ -5257,9 +5257,10 @@ seconds.")
 See `org-element-cache-sync-duration' for more information.")
 
 (defvar org-element--cache-self-verify t
-  "Activate extra consistency for the cache.
+  "Activate extra consistency checks for the cache.
 
-This will cause performance degradation.
+This may cause serious performance degradation depending on the value
+of `org-element--cache-self-verify-frequency'.
 
 When set to symbol `backtrace', record and display backtrace log if
 any inconsistency is detected.")