Explorar o código

org-fold.el: Fix typo

Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
fc6314b267
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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."