ソースを参照

org-fold-core-style: Document that it must be set before loading Org

* lisp/org-fold-core.el (org-fold-core-style): Update docstring
highlighting that the variable must be set before loading Org.
Ihor Radchenko 2 年 前
コミット
7b9d8e7bed
1 ファイル変更3 行追加1 行削除
  1. 3 1
      lisp/org-fold-core.el

+ 3 - 1
lisp/org-fold-core.el

@@ -285,7 +285,9 @@
 Can be either `text-properties' or `overlays'.
 The former is faster on large files, while the latter is generally
 less error-prone with regard to third-party packages that haven't yet
-adapted to the new folding implementation."
+adapted to the new folding implementation.
+
+Important: This variable must be set before loading Org."
   :group 'org
   :package-version '(Org . "9.6")
   :type '(choice