0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 12:18:40 +00:00

Documentation fix.

This commit is contained in:
Nicolas Goaziou 2010-07-29 12:43:54 +02:00
parent a665ecb666
commit d9c4c52533

View file

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