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

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

[elpa] externals/org 7b9d8e7bed: org-fold-core-style: Document that it m


From: ELPA Syncer
Subject: [elpa] externals/org 7b9d8e7bed: org-fold-core-style: Document that it must be set before loading Org
Date: Fri, 30 Sep 2022 21:57:46 -0400 (EDT)

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

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

diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el
index 20db3a0a46..300e31a481 100644
--- a/lisp/org-fold-core.el
+++ b/lisp/org-fold-core.el
@@ -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



reply via email to

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