branch: externals/org commit fc6314b2677f93264f2bf773a9615d4b24089def Author: Ihor Radchenko <yanta...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
org-fold.el: Fix typo --- lisp/org-fold.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-fold.el b/lisp/org-fold.el index d5a21cbcbd..1484af72ee 100644 --- a/lisp/org-fold.el +++ b/lisp/org-fold.el @@ -893,7 +893,7 @@ go to the parent and show the entire tree." (run-hook-with-args 'org-cycle-hook 'subtree)))) (t (org-fold-show-set-visibility 'lineage)))) -;;; Make isearch search in some text hidden via text propertoes +;;; Make isearch search in some text hidden via text properties. (defun org-fold--isearch-reveal (&rest _) "Reveal text at POS found by isearch."