Skip to content

Commit

Permalink
org-fold-core-style: Clarify "error-prone" in the docstring
Browse files Browse the repository at this point in the history
* lisp/org-fold-core.el (org-fold-core-style): Explain that the new
folding with text properties can be problematic with third-party
packages, not with Org itself.

See https://orgmode.org/list/877d4jve13.fsf@gmail.com
  • Loading branch information
yantar92 committed Jul 12, 2022
1 parent 6540053 commit c66bdb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/org-fold-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@
"Internal implementation detail used to hide folded text.
Can be either `text-properties' or `overlays'.
The former is faster on large files, while the latter is generally
less error-prone."
less error-prone with regard to third-party packages that haven't yet
adapted to the new folding implementation."
:group 'org
:package-version '(Org . "9.6")
:type '(choice
Expand Down

0 comments on commit c66bdb0

Please sign in to comment.