Browse Source

org-element.el (org-element-at-point): Fix typo in docstring

* org-element.el (org-element-at-point): Fix typo in docstring.
Bastien Guerry 13 years ago
parent
commit
340f51f723
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-element.el

+ 2 - 2
lisp/org-element.el

@@ -4234,8 +4234,8 @@ row of a table, returned element will be the table instead of the
 first row.
 first row.
 
 
 If optional argument KEEP-TRAIL is non-nil, the function returns
 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
 element's siblings, then parents, siblings of parents, until the
 first element of current section."
 first element of current section."
   (org-with-wide-buffer
   (org-with-wide-buffer