Explorar el Código

org-fold.el: Fix typo

Ihor Radchenko hace 3 años
padre
commit
fc6314b267
Se han modificado 1 ficheros con 1 adiciones y 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."