branch: externals-release/org
commit 09c585c6020a6a52c9f6c204b0e4aeeffc0f72de
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
org-fold-core: Update commentary for renamed function
This should have been done with the rename in the previous commit.
---
lisp/org-fold-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el
index 97cc88ce99..5aef5002f8 100644
--- a/lisp/org-fold-core.el
+++ b/lisp/org-fold-core.el
@@ -251,7 +251,7 @@
;; with `grab-invisible' option, folded regions copied to other
;; buffers (including buffers that do not use this library) will
;; remain invisible. org-fold-core provides functions to work around
-;; this issue: `org-fold-core-remove-optimisation' and
`org-fold-core-update-optimization', but
+;; this issue: `org-fold-core-remove-optimization' and
`org-fold-core-update-optimization', but
;; it is unlikely that a random external package will use them.
;; Another possible bottleneck is the fragility check after the change