0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 23:16:26 +00:00

org-element: Fix comment typo

* lisp/org-element.el (org-element-map): Fix comment typo.
This commit is contained in:
Nicolas Goaziou 2012-08-20 11:21:16 +02:00
parent fc6b9f1d88
commit 49905a5669

View file

@ -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)