summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-23 12:58:09 +0100
committerBastien Guerry <bzg@altern.org>2013-01-23 12:58:09 +0100
commit340f51f723e671954952e4692f2e70c7e50cc93e (patch)
tree4024888ba1e2809740efb282ec7bead2020ebe97
parent62c3107eb2dfa7a75fae13da151eafb7535b8ab6 (diff)
downloadorg-mode-340f51f723e671954952e4692f2e70c7e50cc93e.tar.gz
org-element.el (org-element-at-point): Fix typo in docstring
* org-element.el (org-element-at-point): Fix typo in docstring.
-rw-r--r--lisp/org-element.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el
index b1fe438..f86c366 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -4234,8 +4234,8 @@ row of a table, returned element will be the table instead of the
first row.
If optional argument KEEP-TRAIL is non-nil, the function returns
-a list of of elements leading to element at point. The list's
-CAR is always the element at point. Following positions contain
+a list of elements leading to element at point. The list's CAR
+is always the element at point. The following positions contain
element's siblings, then parents, siblings of parents, until the
first element of current section."
(org-with-wide-buffer