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:
parent
fe1f4f2ccf
commit
7b9d8e7bed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue