emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org c66bdb0c9b: org-fold-core-style: Clarify "error-pro


From: ELPA Syncer
Subject: [elpa] externals/org c66bdb0c9b: org-fold-core-style: Clarify "error-prone" in the docstring
Date: Mon, 11 Jul 2022 21:57:49 -0400 (EDT)

branch: externals/org
commit c66bdb0c9bb89b993b95fb32f5a3f89e99d91f67
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    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
---
 lisp/org-fold-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el
index 212fa09a83..23507967f7 100644
--- a/lisp/org-fold-core.el
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]