Browse Source

org-fold.el: Fix typo

Ihor Radchenko 3 năm trước cách đây
mục cha
commit
fc6314b267
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-fold.el

+ 1 - 1
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."