Browse Source

org-element: Fix comment typo

* lisp/org-element.el (org-element-map): Fix comment typo.
Nicolas Goaziou 12 năm trước cách đây
mục cha
commit
49905a5669
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lisp/org-element.el

+ 2 - 2
lisp/org-element.el

@@ -3602,8 +3602,8 @@ Nil values returned from FUN do not appear in the results."
 			     (throw 'found 'objects))
 			    ((not (memq type org-element-greater-elements))
 			     ;; If one regular element is found, the
-			     ;; function has to recurse, at lest, into
-			     ;; every element it encounters.
+			     ;; function has to recurse, at least,
+			     ;; into every element it encounters.
 			     (and (not (eq category 'elements))
 				  (setq category 'elements)))))
 		    types)