Explorar o código

org-fold-core-style: Clarify "error-prone" in the docstring

* 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
Ihor Radchenko %!s(int64=2) %!d(string=hai) anos
pai
achega
c66bdb0c9b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lisp/org-fold-core.el

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

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