浏览代码

Documentation fix.

Nicolas Goaziou 14 年之前
父节点
当前提交
d9c4c52533
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/org-list.el

+ 3 - 3
lisp/org-list.el

@@ -915,9 +915,9 @@ children. Return t if sucessful."
 
 (defun org-item-indent-positions ()
   "Return indentations and bullets relatives to a plain list item.
-This returns a list with three cons-cells: the current item, the
-parent item, if any, and the child item.  Each cell has the
-form (indentation . bullet).  Assumes cursor in item line."
+This returns a list with three cons-cells containing indentation
+and bullet of: the item, the item after a promotion, and the item
+after being demoted.  Assume cursor in item line."
   (let* ((init-bul (lambda (bullet)
                      (if (string-match "\\`[0-9]+\\(\\.\\|)\\)\\'" bullet)
                          (concat "1" (match-string 1 bullet))