瀏覽代碼

org-fold.el: Fix typo

Ihor Radchenko 3 年之前
父節點
當前提交
fc6314b267
共有 1 個文件被更改,包括 1 次插入1 次删除
  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."