org-list: fix code typo

This commit is contained in:
Nicolas Goaziou 2011-01-02 19:07:58 +01:00
parent b37761715e
commit 884d983188
1 changed files with 1 additions and 1 deletions

View File

@ -1410,7 +1410,7 @@ previous items. See `org-list-struct-prev-alist'."
"Return point at end of sub-list ITEM belongs.
STRUCT is the structure of the list. PREVS is the alist of
previous items. See `org-list-struct-prev-alist'."
(org-list-get-item-end (org-list-get-list-last item struct prevs) struct))
(org-list-get-item-end (org-list-get-last-item item struct prevs) struct))
(defun org-list-get-nth (n key struct)
"Return the Nth value of KEY in STRUCT."