org-fold.el: Fix typo

This commit is contained in:
Ihor Radchenko 2022-04-23 06:46:45 +08:00
parent ce58542c85
commit fc6314b267
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

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