Browse Source

org-list: fix code typo

Nicolas Goaziou 14 years ago
parent
commit
884d983188
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

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