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.
This commit is contained in:
Ihor Radchenko 2022-10-01 09:09:36 +08:00
parent fe1f4f2ccf
commit 7b9d8e7bed
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 3 additions and 1 deletions

View File

@ -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